mattobrado/Automated Version Bump

Automated version bump for npm packages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 16, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: mattobrado/besties@447610a09655d9bc3117433c4f100caad77dc046 # v2.2.16

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

namedescriptionrequireddefault
tag-prefixPrefix that is used for the git tagno""
tag-suffixSuffix that is used for the git tagno""
version-typeOverrides version type from commit messageno""
minor-wordingWords list that trigger a minor version bumpnofeat,minor
major-wordingWords list that trigger a major version bumpnoBREAKING CHANGE,major
patch-wordingWords list that trigger a patch version bumpno
rc-wordingWords list that trigger a rc version bumpnopre-alpha,pre-beta,pre-rc
skip-tagAvoid to add a TAG to the version update commitnofalse
skip-commitAvoid to add a commit after the version is bumpednofalse
skip-pushIf true, skip pushing any commits or tags created after the version bumpnofalse
PACKAGEJSON_DIRCustom dir to the packageno""
target-branchA separate branch to perform the version bump onno""
defaultSet a default version bump to usenopatch
preidSet a custom preid for prerelease buildnorc
commit-messageSet a custom commit message for version bump commitno""
bump-policySet version bump ignore policynoall
check-last-commit-onlyCheck only last commit messagenofalse
custom-git-domainSet a custom domain of the git instancenogithub.com
push[DEPRECATED] Set to false to skip pushing the new tagnotrue
namedescription
newTagThe newly created tag