sindre0830/Version Resolver
Resolves the next version tag based on semantic versioning rules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump_type | The type of bump to perform (major, minor, patch) | yes | — |
| prefix | The prefix to use for finding the current version | — | "" |
| postfix | The postfix to use for finding the current version | — | "" |
| current_version | The current version to bump | — | — |
Outputs
| name | description |
|---|---|
| next_version | The next version without the prefix and postfix |
| current_version | The current version without the prefix and postfix |