actions-marketplace-validations/Increment Semver (Based on previous Git Tags)
Get the next version of a GitHub Repository based on its tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-level | Version Level to update (patch|minor|major) | yes | patch |
| no-first-release | If this is false and there are no tags, the first release will be based on 0.0.0 | no | false |
Outputs
| name | description |
|---|---|
| version | The incremented version |