jveldboom/Conventional Versioning

GitHub Action that returns a semantic version based on Conventional Commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 13, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jveldboom/action-conventional-versioning@e273c20addd8571e149fd6022c9a31404426040d # v1.4.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token${{ github.token }}
default-bumpDefault version bump (major, minor, or patch)patch
ignore-prereleasesIgnore prereleases when calculating the next version (true or false)false
ignore-draftsIgnore draft releases when calculating the next version (true or false)false
modeSets the version mode to run - future use-casedefault
namedescription
versionSemantic version without prefix
version-with-prefixSemantic version with prefix
previous-versionPrevious version used for the bump without prefix
previous-version-with-prefixPrevious version used for the bump with prefix
majorMajor version number
major-with-prefixMajor version number with prefix
minorMinor version number
patchPatch version number