somaz94/Major Tag Action

Automatically update major version tag (e.g., v1) to point to the latest semver release tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagThe full semver tag to extract major version from (e.g., v1.2.3)yes
github_tokenGitHub token for pushing tagsno${{ github.token }}
ssh_keySSH private key for pushing tags (alternative to github_token)no""
major_onlyOnly update major version tag (e.g., v1). Set to false to also update minor tag (e.g., v1.2)notrue
namedescription
major_tagThe major version tag that was updated (e.g., v1)
minor_tagThe minor version tag that was updated (e.g., v1.2), empty if major_only is true
commit_shaThe commit SHA the tags point to