tomerfi/Version Bumper Action

Automated semantic version bumps based on conventional commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceSource for the bump, any semver string or 'git' to fetch from tags.nogit
bumpTarget bump, 'major' | 'minor' | 'patch' | 'auto'. An 'auto' bump only works with a 'git' source.noauto
labelDevelopment iteration build label. Defaults to '-dev'.no-dev
pathWhen source is 'git', set folder in the git. Defaults to running workspace.no${{ github.workspace }}
namedescription
currentThe original version.
bumpThe bump performed.
nextThe next version.
devThe next development iteration version.
bump_objectThe original object returned from the version-bumper tool.
major_partThe major part of the next version.
minor_partThe minor part of the next version.
patch_partThe patch part of the next version.
dev_patch_partThe patch part of the development iteration.