agrc/Get Next Version

Get the next version for a project release based on conventional commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prereleaseDetermines if the proposed version number includes a prerelease tag (e.g. 1.0.0-rc.1)nofalse
repo-tokenA token with access to your repo (e.g. {{ secrets.GITHUB_TOKEN }})yes
namedescription
versionThe new version e.g. (v1.0.0)
majorThe new major version number e.g. (1)
minorThe new minor version number e.g. (0)
patchThe new patch version number e.g. (0)
current-version-numberThe current version number e.g. (1.0.0)