diff --git a/src/install/Makefile b/src/install/Makefile index 5cf244ad..ccf42b1b 100644 --- a/src/install/Makefile +++ b/src/install/Makefile @@ -4,10 +4,11 @@ release: cd ../../ && go run src/install/updateversion.go git commit -am "bump ${VERSION}" git tag -af v${VERSION} -m "v${VERSION}" + git push + git push --tags cp zsh_autocomplete ../../ cp bash_autocomplete ../../ cd ../../ && goreleaser release - git push cd ../../ && ./src/install/prepare-sources-tarball.sh cd ../../ && ./src/install/upload-src-tarball.sh