actions-marketplace-validations/get-next-version
Gets the next version for your repository according to semantic versioning based on conventional commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 9, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/thenativeweb_get-next-version@af1ca55fed49641ac40375f00bf79d087ed287b9 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | Sets the version prefix | no | "" |
| feature_prefixes | Sets custom feature prefixes (comma-separated) | no | "" |
| fix_prefixes | Sets custom fix prefixes (comma-separated) | no | "" |
| chore_prefixes | Sets custom chore prefixes (comma-separated) | no | "" |
Outputs
| name | description |
|---|---|
| version | Next version |
| hasNextVersion | Whether there is a next version |