don't tag version before commiting

This commit is contained in:
Zack Scholl 2020-09-03 14:19:32 -07:00
parent 11efb6be5e
commit 3692e32dfb
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
package main
//go:generate git tag -af v$VERSION -m "v$VERSION"
//go:generate go run src/install/updateversion.go
//go:generate git commit -am "bump $VERSION"
//go:generate git tag -af v$VERSION -m "v$VERSION"