Skip to content

Commit

Permalink
prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Mar 23, 2018
1 parent 82ba833 commit 048321e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ clean:
if [ -d ${BINARY_DIR} ] ; then rm -r ${BINARY_DIR} ; fi
if [ -d 'build' ] ; then rm -r 'build' ; fi

#tag:
# git tag -a v${v} -m "creating tag ${v}"
# git push origin "refs/tags/${v}"
#
#release:
# goreleaser release
tag:
git tag -a v${v} -m "creating tag ${v}"
git push origin "refs/tags/${v}"

release: tag
goreleaser release

0 comments on commit 048321e

Please sign in to comment.