# README
Bumpr
Language agnostic tool to bump version files using SemVer.
Documentation
Full documentation is available at PackagrIO/docs
Usage
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"
Inputs
package_type
scm
version_bump_type
version_metadata_path
generic_version_template
addl_version_metadata_paths
Outputs
release_version