stronger tagging Makefile shortcut. also v0.6.27

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-07 11:02:00 -07:00
parent e268ccd0be
commit 012c61b0f4
2 changed files with 4 additions and 1 deletions

View File

@ -49,6 +49,9 @@ push:
tag-version:
# git push --delete origin v0.6.15 # to delete a tag upstream
git diff --quiet
go build # just an extra check to make sure the damn thing builds
false
git tag v${VERSION}
git push --tags
cp .git/refs/tags/v${VERSION} resources/tags/

View File

@ -1 +1 @@
0.6.26
0.6.27