conjikidow/Bump Version by Labels

Automatically bumps version based on PR labels and creates a pull request and tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 6, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: conjikidow/bump-version@34c6014f5195acfed5e8a1935fefecdf3bf37ce7 # v2.0.4

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

namedescriptionrequireddefault
github-tokenThe GitHub token for authentication.no${{ github.token }}
version-of-bump-my-versionThe version of `bump-my-version` to use.nolatest
label-majorThe label used to trigger a major version bump.nomajor
label-minorThe label used to trigger a minor version bump.nominor
label-patchThe label used to trigger a patch version bump.nopatch
branch-prefixThe prefix for the version bump branch name.noworkflow
labels-to-addComma-separated string of labels to add to the PR for version bumping.no""
create-releaseWhether to create a GitHub Release for the new tag.nofalse
namedescription
version-bumped`true` if the version was bumped and a new tag was created; otherwise, `false`.
new-versionThe new version number (e.g., `1.2.4`). This is empty when `version-bumped` is `false`.