freebsd-ports/devel/gbump/pkg-descr
Hiroki Tagato 3f9b42eaab Gbump is a Git tag semantic version bumper.
It will print the current semver version if any and the bumped version.
If the option -q (quiet) is used it will only print the bumped version.
If the option -t (tag) is used then it will create a git tag with the
bumped version.

WWW: https://github.com/nbari/gbump

PR:		242011
Submitted by:	nbari@tequila.io
Approved by:	ehaupt (mentor)
2020-04-26 10:12:28 +00:00

8 lines
312 B
Text

Gbump is a Git tag semantic version bumper.
It will print the current semver version if any and the bumped version.
If the option -q (quiet) is used it will only print the bumped version.
If the option -t (tag) is used then it will create a git tag with the
bumped version.
WWW: https://github.com/nbari/gbump