actions-marketplace-validations/Next Release Version
Find the Semantic Version for the next release based on branch name and existing releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 10, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/wemogy_next-version-action@185c85733144134444b7b3be480e2541d8b8d2fa # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The repository name | no | ${{ github.repository }} |
| username | GitHub username | no | ${{ github.repository_owner }} |
| token | GitHub token | yes | — |
| branch | The current branch | no | ${{ github.ref }} |
| projects | The Project Type (Single or Multi) | no | Single |
| prefix | A prefix to all versions | no | v |
Outputs
| name | description |
|---|---|
| next-version | The next semantic version for the next release without prefix |
| next-version-name | The next semantic version for the next release with prefix |
| folder | The name of the folder for the branch |