swiftty/nextversion
get next version from tag or inputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump | The next version from tag or `from`. `patch | minor | major`. | yes | — |
| from | The current version, for uses manually. | — | — |
| tag_prefix | Find tag name with prefix. eg.) `v` or ... | — | "" |
Outputs
| name | description |
|---|---|
| next | The next version specified by `bump` target, with added `tag_prefix`. |