Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziano88 committed Dec 27, 2016
1 parent c8c680e commit 17a4f9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

set -x

TAG=$(git tag)
# Make sure the current commit is tagged, using the following command:
# git tag -a 0.0.2 -m 'release'

TAG=$(git tag --contains)
[[ -z $TAG ]] && exit

OUT=elm-protobuf-${TAG}-linux-x86_32
GOOS=linux GOARCH=386 go build -o ./bin/${OUT}/protoc-gen-elm ./protoc-gen-elm
Expand Down

0 comments on commit 17a4f9f

Please sign in to comment.