README ¶ semver-cli A command line tool for bumping versions written in golang. Based on blang/semver Install go get github.com/exaring/semver Make sure $GOPATH/bin is on your PATH. Use > semver Usage: semver [OPTIONS] <version> OPTIONS: -major, -minor, -patch increase version part -build build-name include additional build name (e.g. alpha) Example > semver -minor 1.0.0 1.1.0 >semver -minor 1.3.19 1.4.0 >semver -minor -build=alpha 1.0.0 1.2.0+alpha Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.