actions-marketplace-validations/Update major/minor semver
Updates major/minor release tags on a tag push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 7, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/haya14busa_action-update-semver@f367549e48415a06a46f1ef5a38928f2a97a2c03 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. Optional if you use checkout@v2 action. | — | ${{ github.token }} |
| tag | Optional. Existing tag to update from. Default comes from $GITHUB_REF. | no | — |
| message | Tag message. | no | — |
| major_version_tag_only | Optional. Create only major version tags. | no | — |
Outputs
| name | description |
|---|---|
| major | The major version tag (e.g., v1) |
| minor | The minor version tag (e.g., v1.2) |