actions-marketplace-validations/Semver Release
Automatically create Semver compliant tags or releases based on PR labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 11, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/k-phoen_semver-release-action@1a1fc63a95a12b4bb535b53ab0d861bce53ce89d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release_branch | Branch to tag | yes | master |
| release_strategy | Release strategy | yes | release |
| tag_format | Format used to create tags | yes | v%major%.%minor%.%patch% |
| tag | Tag to use | no | — |
Outputs
| name | description |
|---|---|
| tag | The newly created tag |