Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Dec 2, 2019
1 parent 9cb4024 commit e8e0e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install-goreleaser:
curl -L https://github.com/goreleaser/goreleaser/releases/download/v0.123.3/goreleaser_Darwin_x86_64.tar.gz -o ./bin/goreleaser.tar.gz
cd ./bin/; tar zxvf ./goreleaser.tar.gz

# before release, cut tag
# before release, cut tag. $ git tag vX.X.X
release:
./bin/goreleaser --rm-dist

0 comments on commit e8e0e40

Please sign in to comment.