thenativeweb/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
- Stale
- License
- None
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 |