cssnr/Update Version Tags Action
Automatically Update Version Tags on Push or Release for Semantic Versions. Maintain Release, Major, Minor and Custom Tags.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | Tag Prefix | — | v |
| major | Update Major Tag | — | true |
| minor | Update Minor Tag | — | true |
| release | Update Release Tag | — | false |
| tags | Extra Tags | — | — |
| sha | Override Target Sha | — | — |
| ref | Resolve Git Ref to Sha | — | — |
| tag | Target Tag | — | — |
| create | Create Target Tag | — | false |
| force | Force Update Ref | — | false |
| summary | Add Summary to Job | — | true |
| dry_run | Dry Run | — | false |
| token | GitHub Token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tags | Comma Seperated String of Parsed Tags |
| semver | Parsed Semantic Version JSON |
| sha | SHA Used to Update Tags |