Release helper (#728)

This commit is contained in:
Ludovic Fernandez 2018-12-11 01:14:49 +01:00 committed by GitHub
commit b05b54d1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 241 additions and 1 deletions

View file

@ -37,3 +37,17 @@ checks:
fmt:
gofmt -s -l -w $(SRCS)
# Release helper
patch:
go run internal/release.go release -m patch
minor:
go run internal/release.go release -m minor
major:
go run internal/release.go release -m major
detach:
go run internal/release.go detach