stronger tagging Makefile shortcut. also v0.6.27
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
e268ccd0be
commit
012c61b0f4
3
Makefile
3
Makefile
|
@ -49,6 +49,9 @@ push:
|
||||||
|
|
||||||
tag-version:
|
tag-version:
|
||||||
# git push --delete origin v0.6.15 # to delete a tag upstream
|
# 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 tag v${VERSION}
|
||||||
git push --tags
|
git push --tags
|
||||||
cp .git/refs/tags/v${VERSION} resources/tags/
|
cp .git/refs/tags/v${VERSION} resources/tags/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.6.26
|
0.6.27
|
||||||
|
|
Loading…
Reference in New Issue