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_typescmversion_bump_typeversion_metadata_pathgeneric_version_templateaddl_version_metadata_paths
release_version