martoc/Tag repository using semantic versioning based on the commit message
This action tags the repository using semantic versioning based on the commit message.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| skip-push | Skip tag creation for pull requests | no | false |
| execute | The action to perform tag or load | no | tag |
| format | The format of the tag | no | semver |
Outputs
| name | description |
|---|---|
| version | Alias for TAG_VERSION |
| TAG_VERSION | The semantic version tag (without 'v' prefix) |
| TAG_NAME | The full tag name (with 'v' prefix) |
| TAG_FLOATING_VERSION_MAJOR | The floating major version |
| TAG_FLOATING_VERSION_MINOR | The floating minor version |