gnd3/HeadVer Tag Action
Generate semantic version using HeadVer format and create git tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| identifier | Optional custom identifier prefix for tag (e.g., "olym-api" results in "olym-api-0.2532.1") | no | "" |
| dry-run | If true, calculate version and tag without actually creating/pushing the tag | no | false |
Outputs
| name | description |
|---|---|
| version | Generated version in HeadVer format |
| tag | Generated full tag name |
| release_notes | Release notes generated from commit messages between previous and current tag |