semver-bump

command module
v0.0.0-...-e841338 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

README

Semantic Versioning Bumper

Build Status

A simple semantic versioning file bumper to keep your version files in line built by Giant Swarm.

Installing

You can install semver-bump from source using go get:

go get github.com/giantswarm/semver-bump

Because go expects all of your libraries to be found in either $GOROOT or $GOPATH, it's helpful to symlink the project to one of the following paths:

  • ln -s /path/to/your/semver-bump $GOPATH/src/github.com/giantswarm/semver-bump
  • ln -s /path/to/your/semver-bump $GOROOT/src/pkg/github.com/giantswarm/semver-bump

Running

With semver-bump you can bump your projects version into a VERSION file location in your project. It supports bumping of major, minor and patch versions via the following subcommands:

  • semver-bump major-release
  • semver-bump minor-release
  • semver-bump patch-release
Initializing an existing project

If you are already working on a project using semantic versioning you can initialize the version file with the default version 0.1.0:

semver-bump init

Using the -i flag you can also initialize the version file with your current version:

semver-bump init -i 1.2.1

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