Skip to content

Releases: cbegin/graven

v3.0.0

17 Dec 07:39
aee01fc
Compare
Choose a tag to compare
Graven 3.0 (#12)

Removed freeze/unfreeze commands
Removed roles (dependency, release), since release is now the only supported role
Added --auth parameter to repo login command to simplify automation
Fixed archive packaging directory structure
Reorganized code to match idiomatic Golang
Cleared linter warnings

v2.0.0-RC2

13 Nov 07:51
Compare
Choose a tag to compare
corrected repo name

v2.0.0-RC1

28 Oct 14:17
Compare
Choose a tag to compare
bumped rc version

v1.0.4

13 Apr 14:56
Compare
Choose a tag to compare

This release adds support for some of the new environment variables required by Go 1.11+ in preparation for Go Modules support.

v1.0.2

27 Mar 22:04
Compare
Choose a tag to compare
bumped next release version

v1.0.1

07 Feb 05:23
Compare
Choose a tag to compare

Added a flag to specify the git remote when releasing, which is especially important for Go projects, which typically have to develop on the parent repo and push to the fork as a remote, due to fully qualified repo paths in Golang imports.

v1.0.0

16 Nov 04:37
Compare
Choose a tag to compare
bumped to 1.0.0 release

v1.0.0-RC4

10 Oct 03:57
Compare
Choose a tag to compare
added branch flag for release command

v1.0.0-RC3

11 Sep 15:26
Compare
Choose a tag to compare
fixed version formatting

v1.0.0-RC2

08 Sep 02:49
Compare
Choose a tag to compare
Reported helpful error if repository type is unknown.