nsmolianitski/Semantic Version Bumper

Gets the last tag, bumps version, creates a new tag and release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for creating releasesyes
skip_pushSkips new tag creation and pushing if true. Default is falsenofalse
additional_nameAffects the search for tags with this name and is added to the resulting tag. Use if you have multiple services versioned with this actionno""
mainline_versioning_branchesList of branches that should use mainline versioning. Defaults are "main" and "master"nomain,master
namedescription
new_versionNew version
new_version_rawNew version without prefix (for branches it is just the last number)
prefixPrefix
non_main_branchNon main branch
majorMajor version with prefix and additional name (if specified)
minorMinor version with prefix and additional name (if specified)
patchSame as new_version