conventional-actions/next-version

Next version using conventional commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathfilter commits to the path providedno
prefixprefix to prepend to versionsnov
tag-prefixspecify a prefix for the git tag to be ignored from the semver checksnov
skip-unstableif true, unstable tags (e.g. x.x.x-alpha.1, x.x.x-rc.2) will be skippednofalse
namedescription
release-typetype of release (none, major, minor, patch, prerelease)
current-versionthe current version (v1.2.2rc2)
current-version-majorthe major version (v1)
current-version-minorthe major and minor version (v1.2)
current-version-patchthe major, minor and patch version (v1.2.2)
current-version-major-onlythe major version component (1)
current-version-minor-onlythe minor version component (2)
current-version-patch-onlythe patch version component (2)
current-version-prerelease-onlythe prerelease version only (rc2)
versionthe new version (v1.2.3)
version-majorthe major version (v1)
version-minorthe major and minor version (v1.2)
version-patchthe major, minor and patch version (v1.2.3)
version-major-onlythe major version component (1)
version-minor-onlythe minor version component (2)
version-patch-onlythe patch version component (3)
version-prerelease-onlythe prerelease version only (rc2)
bumpedtrue if the version has been bumped