release-buddy

command module
v0.0.1 Latest Latest
Warning

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

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

README

Release buddy

A simple tool to create new (semver) releases.

Installation

Requires Go version >= 1.13

GO111MODULE=on go get github.com/statisticsnorway/release-buddy@master

You can specify a release tag or commit SHA instead of master

The binary will be installed into $GOPATH/bin if $GOPATH is set, $HOME/go/bin otherwise.

Usage

To release the next patch version, hit enter when prompted, e.g:

$ release-buddy
What is the release version? 1.4.2:
Creating new release: 1.4.2
Done 

To release a version different from the next patch, enter the new version when prompted, e.g:

$ release-buddy
What is the release version? 1.4.2: 1.5.0
Creating new release: 1.5.0
Done 

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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