bbonkr/next-version-proposal-action

Github action which recommends a name for the next version based on your git tag and pull request labels

View on GitHub

Trust Signals

Scorecard Score
Scorecard 0–2scored Jul 6, 2026
Maintenance Recency
Stalelast commit Oct 4, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: bbonkr/next-version-proposal-action@efb7ef349c11a3a589288d23d27ab19de3fd02b6 # v1.3.0

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

namedescriptionrequireddefault
github_tokenGitHub Personal Access Token. It requires REPO scope.no${{ github.token }}
prPull request number. Input just number. e.g.) 100no${{ github.event.pull_request.number }}
ownerName of repository owner, For test. You does not need this input.no""
repoRepository name; For test. You does not need this input.no""
major_labelsA comma-separated list of label names to increment the major version by.nomajor,next
minor_labelsA comma-separated list of label names to increment the minor version by.noenhancement,feature
next_version_prefixNext version prefixno""
loggingShows logging message (Please set true if you want to show logging messages)no""
namedescription
latest_versionLatest version of git tag
next_versionRecommended next version name
next_version_majorMajor version of Recommended next version
next_version_minorMinor version of Recommended next version
next_version_patchPatch version of Recommended next version