lee-lott-actions/Get Next Semantic Version Number

A GitHub Action to calculate the next semantic version number based on conventional commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prereleaseMark the release as a pre-release (true/false)yes
prerelease-identifierThe name to append to the version number on releases that are marked as pre-release.yes
ownerThe owner of the template and new repository (user or organization)yes
repo-nameThe name of the repositoryyes
branchThe name of the branch to analyze for commitsyes
use-leading-zerosWhether to pad the numeric prerelease identifier with leading zeros (true/false).nofalse
number-of-leading-zerosThe total width for the numeric prerelease identifier when leading zeros are enabled.no4
tokenGitHub token with repository write accessyes
namedescription
version-numberThe next semantic version
version-tagThe next version tag
release-typeBump type (major, minor, patch, none)
resultResult of getting the next version number ("success" or "failure")
error-messageError message if there is a failure to get the next version number