conjikidow/Bump Version Action

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 Jul 10, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: conjikidow/bump-version-action@f3a9763279155551196c80dab1c1891cbc51df9f # v4.0.2

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
manual-bump-typeThe bump type to use for manual workflow dispatch runs.no""
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""
update-major-minor-tagsWhether to create or update the major (`vX`) and minor (`vX.Y`) tags to point to the new release.nofalse
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`.