mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
3f9b42eaab
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)
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
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
|