gitversion

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2016 License: BSD-3-Clause Imports: 6 Imported by: 0

README

GitVersion

Build Status Open Issues

A helper for bumping versions via git tags.

Usage

gitversion --prefix v bump patch

Only semver-style versions with optional prefix are supported at this time (major.minor.patch).

gitversion will filter all tags of the format <prefix><major>.<minor>.<patch>, sort them, and increment the requested field (patch in this example) on the largest version. It then tags the current revision with the result.

e.g.
> git tag
v1.2.3
v1.2.4

> gitversion --prefix v bump patch
Bumping patch for version 1.2.4
1.2.5

> git tag
v1.2.3
v1.2.4
v1.2.5

Testing

go test ./...

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL