patriotsoftware/SemVer Bump

A GitHub Action for bumping semantic version tags. Tags the commit with both the full semantic version, as well as updating the tag for the major version to point to the current commit. This action requires the actions/checkout action prior to running this.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dry-runValue: true/false. When true, it doesn't tag the commit, it only outputs what would've been tagged.nofalse
initial-tagUsed to override the initial tag to bump up fromno
commit-messageUsed to override the commit message. Generally used for testing the action.no
namedescription
current-tagThe latest tag prior to updating found by 'git tag -l'
resulting-semver-tagThe full resulting tag in semver format (v1.0.0)
resulting-major-tagThe resulting full major version (v1)