wemogy/Get release version

A GitHub Action to determine the next version by checking the commit history for Conventional Commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prefixThe prefix that should be prepended to the version.nov
suffixThe suffix that should appended to the version. Use `NONE` for no suffix.noNONE
reference-version-suffixThe suffix that should be replaced with the value in `suffix`. Use `NONE` for no suffix.noNONE
bumping-suffixThe suffix to append to the version (or increment if it already exists) if `only-bump-suffix` is `true`.nohotfix
only-bump-suffixBump the `bumping-suffix` instead of the version if changes were detected.nofalse
create-tagCreate a Git Tag for the version and push it if a remote is configured.notrue
git-usernameThe username for creating the (annotated) git tag. Use `NONE` for no username.noNONE
git-emailThe email address for creating the (annotated) git tag. Use `NONE` for no email address.noNONE
modeThe mode to use for determining the next version. Possible values: `semantic`, `hash-based`.nosemantic
namedescription
versionThe next version, without the prefix
version-nameThe next version, with the prefix
previous-versionThe previous version, without the prefix
previous-version-nameThe previous version, with the prefix
tag-createdIf any relevant changes got detected and a tag got created.