really v0.6.27 this time
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
012c61b0f4
commit
fe93df97aa
1
Makefile
1
Makefile
|
@ -51,7 +51,6 @@ 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
|
git diff --quiet
|
||||||
go build # just an extra check to make sure the damn thing builds
|
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/
|
||||||
|
|
Loading…
Reference in New Issue