This commit is contained in:
Zack Scholl 2020-09-06 08:43:14 -07:00
parent f4fe211bbe
commit 5d6546ba58
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# VERSION=8.X.Y make release
release:
cd ../../ && go generate
cd ../../ && go generate
cd ../../ && goreleaser release
git push