Skip to content

Commit

Permalink
Slightly better tagandrelease.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbp committed Mar 24, 2018
1 parent 00befe9 commit 814a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagandrelease.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
git tag -a "$1" -m "$2" && git push && git push --tags || true
git co master && git merge develop && git tag -a "$1" -m "$2" && git push && git push --tags && git co develop || true
rm -fr out && mkdir out
gox --output "out/{{.Dir}}_$1_{{.OS}}_{{.Arch}}"
ghr -u Webstrates -r golem-herder "$1" out

0 comments on commit 814a86d

Please sign in to comment.