Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mugli authored Sep 7, 2019
1 parent d76cd61 commit 56fca74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

export GOPROXY=https://gocenter.io

# Tag manually first
# git tag -a v0.1.0 -m "First release"
Expand All @@ -9,4 +8,4 @@ export GOPROXY=https://gocenter.io
# For dry run:
# goreleaser --snapshot --skip-publish --rm-dist

goreleaser release --rm-dist
goreleaser release --rm-dist

0 comments on commit 56fca74

Please sign in to comment.