Language agnostic tool to bump version files using SemVer.
Full documentation is available at PackagrIO/docs
cd /path/to/git/repo
cat pkg/version/version.go
# const VERSION = "0.0.3"
# export PACKAGR_PACKAGE_TYPE=[major/minor/patch]
packagr-bumpr start --scm github --package_type golang
cat pkg/version/version.go
# const VERSION = "0.0.4"
package_type
scm
version_bump_type
version_metadata_path
generic_version_template
addl_version_metadata_paths
release_version