danielboxer/Get Next Semantic Version Tag
Calculates the next semantic version based on git tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| increment | Which part of the version to increment (major, minor, patch) | yes | patch |
| version | Override version increment | no | — |
| use_v_prefix | Prefix the version with 'v' | no | false |
Outputs
| name | description |
|---|---|
| new_version | The new semantic version |