langsdorf/Automatic Semantic Versioning

Github Action to automatically bump the version of your project based on the commit messages and tags.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commitThe commit message to use for the version bump.no""
versionThe version to use.no""
initial-versionThe initial version to use.no1.0.0
error-on-invalid-commitWhether to throw an error if the commit message is invalid.nofalse
version-label-fallbackThe version label to use if the commit message is invalid.no
tag-patternThe pattern to match the tags in the repository.no(v)?(\d+\.\d+\.\d+)
tag-prefixThe prefix to add to the new version.no""
create-tagWhether to create a new tag in the repository.nofalse
namedescription
versionThe generated version.
tagThe generated tag with prefix.