actions-marketplace-validations/Git Tag Generator
Generate and push SemVer formatted git tag on push/merge with specified commit message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| last_tag | The latest tag before running this action |
| new_tag | Newly generated tag |
| tag_generated | 1 if new tag is generated successfully. 0 if no tag is generated |
| last_major | The major part of last tag |
| last_minor | The minor part of last tag |
| last_patch | The patch part of last tag |
| major | The major part of new tag |
| minor | The minor part of new tag |
| patch | The patch part of new tag |
| bump_ver | The bump version string e.g. `major`, `minor` or `patch` |