shiipou/SemVersion

GitHub Action to find the next version of your project using Conventional Commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
allow-failureIf set to "true" and this action was run on incorrect state, the action will fail. Else, it just skip.notrue
level-0The regex to find commit type that won't increment any version tag.no^(build|ci|docs|style|refactor|test|chore)$
level-1The regex to find commit type that will increment patch version tag.no^(fix|perf)$
level-2The regex to find commit type that will increment minor version tag.no^(feat)$
level-3The regex to find commit type that will increment major version tag.no^.+!$
release-branchesThe regex to find the release branch.no^(main)$
prerelease-branchesThe regex to find the pre-release branch.no^(rc|beta|hotfix)$
case-sensitiveSet if set to 'false' it didn't need to match the case of the commit message that will trigger a release. Else the case must match.nofalse
namedescription
versionThe next version find by semantic-release
will-releaseOnly set to "true" if the release tag will be released
is-prereleaseOnly set to "true" if the release tag will be a pre-release
changelogsChangelog test to be added to the release