actions-marketplace-validations/Increment Semantic Version
Bump a given semantic version by a release type ( major | minor | patch ) and add a possible postfix ( alpha | beta | rc )
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 2, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/christian-draeger_increment-semantic-version@7eb9ac14e6716de8dfd658066e26a86694c31893 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| current-version | The current semantic version you want to increment | yes | — |
| version-fragment | The versions fragment you want to increment. possible options are [ major | feature| minor | bug | patch | hotfix | alpha | beta | rc ] | yes | — |
Outputs
| name | description |
|---|---|
| next-version | The incremented version |