lfreleng-actions/🏷️ Increment Semantic Tag
Increments semantic version tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/semantic-tag-increment@e2c9f1c5949b45313c05eb4e9da7a09f232564b9 # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The existing semantic tag to be incremented | yes | — |
| increment | Increment type: major, minor, patch, prerelease, dev | no | dev |
| prerelease_type | Type of prerelease identifier (dev, alpha, beta, rc, etc.) | no | — |
| path | Directory location for git operations | no | . |
| debug | Enable verbose debug output | no | false |
| check_tags | Whether to fetch and check against repository tags | no | true |
| preserve_metadata | Whether to preserve build metadata during version increments | no | false |
| fetch_timeout | Timeout in seconds for git remote fetch operations | no | 120 |
Outputs
| name | description |
|---|---|
| tag | The incremented tag string with any original prefix |
| numeric_tag | Numeric tag stripped of any v/V prefix |