From 012c61b0f41e184fb9cb508b5281c27427af5081 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Jun 2019 11:02:00 -0700 Subject: [PATCH] stronger tagging Makefile shortcut. also v0.6.27 Signed-off-by: Jeff Carr --- Makefile | 3 +++ resources/VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63199ee..dc9fc30 100644 --- a/Makefile +++ b/Makefile @@ -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/ diff --git a/resources/VERSION b/resources/VERSION index ead87ff..c1e4fc8 100644 --- a/resources/VERSION +++ b/resources/VERSION @@ -1 +1 @@ -0.6.26 +0.6.27