From 3692e32dfb3c144cbd782861dfb86d8ab6fcf268 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 3 Sep 2020 14:19:32 -0700 Subject: [PATCH] don't tag version before commiting --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 64ea4e9..4c442fb 100644 --- a/main.go +++ b/main.go @@ -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"