Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Next Release Version

Actions
Find the right semantic version for the next release
0.1.4
Star (2)

Next Release Version GitHub Action

GitHub Action for bumping Semantic Version Numbers based on branch name

Inputs

Input Description
owner Required The owner of the repository
repo Required The repository name
username Required The GitHub username
token Required The GitHub token
branch Required The current branch
project The Project Type (Single or Multi) (Default: Single)

Outputs

Output Description
next-version The next semantic version for the next release
folder The name of the folder for the branch

Example usage

- uses: wemogy/[email protected]
  id: release-version
  with:
    owner: 'wemogy'
    repo: 'hello-world'
    username: $GITHUB_ACTOR
    token: ${{ secrets.GITHUB_TOKEN }}
    branch: ${{ github.ref }}
    
- run: echo ${{ steps.release-version.outputs.next-version }}

Next Release Version is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Find the right semantic version for the next release
0.1.4

Next Release Version is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.