1
0
mirror of https://github.com/schollz/croc synced 2024-07-05 09:08:53 +00:00

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

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"