actions-marketplace-validations/svu-version-bump
Uses svu to caculate the next version number
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 3, 2022
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/jsok_svu-version-bump-action@77b77449dca97077c655bcea1b8fe2c98412e306 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bump | Which version to bump: next, major, minor, patch | no | next |
| pattern | Version tag pattern | no | * |
| prefix | Tag prefix | no | v |
Outputs
| name | description |
|---|---|
| version | Next version |
| version-without-prefix | Next version without the prefix |