modulepackage
0.0.0-20210319113828-c5871859e0ac
Repository: https://github.com/thisisdevelopment/bump.git
Documentation: pkg.go.dev
# README
bump
version bump tool compatible with govvv
Install
go get github.com/thisisdevelopment/bump
Help
bump -h
Notes
Standard operation is to bump a version section indicated with the -b option.
Examples:
Command | Output |
---|---|
bump -f -b patch | 0.0.1 |
bump -b major | 1.0.1 |
bump -b minor -c | 1.1.1-4ea0adbe |
bump | 1.2.1-4ea0adbe |
# Packages
No description provided by the author
# Variables
BuildDate holds RFC3339 formatted UTC date (build time).
GitBranch holds current branch name the code is built off.
GitCommit holds short commit hash of source tree.
GitState shows whether there are uncommitted changes.
Version holds contents of ./VERSION file.