kyoh86/Git Vertag
Put new git tag for next semantic version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 26, 2025
- License
- MIT
Pinned Snippet
uses: kyoh86/git-vertag-action@b82138aae8d952ec66da54e4344513add1c43ff8 # v1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| method | Which number to increment in the semantic versioning. Set 'major', 'minor', 'patch', 'get' or 'validate'. | yes | — |
| tag | Tag to validate when method is 'validate'. If omitted, validates tags pointing at HEAD. | no | — |
| push | If the new tag should be pushed, set "true". | no | false |
Outputs
| name | description |
|---|---|
| vertag | Semantic version tag from the selected method |