g33kio/G33KIO Npm Version Bump

Bumps the npm package version based on commit message and current version from package repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tag-versionDetermines if this last commit should be tagged with the npm version.nofalse
tag-prefixVersion tag prefix, only used for git tagging and will not be added to package.json version.nov
major-keywordsKeywords in the commit message that will bump the major version.nomajor,+++
minor-keywordsKeywords in the commit message that will bump the minor version.nominor,++
patch-keywordsKeywords in the commit message that will bump the patch version.nopatch,+
bump-first-onlyIf this is true, then only major, minor, or patch will be updated based on which ever keyword is found first.nofalse
reset-lowerIf this is true, then the lower version will be set to 0 when bump happens. Major will set minor and patch to 0, and Minor will reset patch to 0.nofalse
pre-releaseSets the version to bump the pre-release tag version. This will bump the major, minor, or patch and add this value to the end of the version.no""
working-dirSets the working directory if build needs to be done in a sub folder.no""
npm-dist-tagIf true, pre release tags will be set to @next and non pre release tags will be set to @latestnofalse
namedescription
newVersionThe new version of the npm package.
versionTagThe new git version tag. Will be empty if tag-version is false.