moooozi/Semver Anchor
Keep the vX and vX.Y tags anchored to the latest vX.Y.Z release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Release tag to derive the floating tags from. Must be in vX.Y.Z form. Defaults to the ref name that triggered the workflow (e.g. v1.2.3). | no | ${{ github.ref_name }} |
| skip-major | Skip updating the vX tag. Useful when you only want the vX.Y float. | no | false |
Outputs
| name | description |
|---|---|
| tags-updated | Comma-separated list of floating tags that were created or updated. |
| minor-tag | The vX.Y tag that was updated. |
| major-tag | The vX tag that was updated (empty if it was skipped or a higher minor exists). |