mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
fix makefile
This commit is contained in:
parent
bb971a9937
commit
0d767af80a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue