Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfeidau committed Jul 8, 2017
1 parent 690f97d commit fbe5d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME=unicreds
ARCH=$(shell uname -m)
VERSION=1.5.1
VERSION=1.5.2
GO15VENDOREXPERIMENT := 1
ITERATION := 1

Expand Down Expand Up @@ -33,7 +33,7 @@ release: dist
comparison="$$latest_tag..HEAD"; \
if [ -z "$$latest_tag" ]; then comparison=""; fi; \
changelog=$$(git log $$comparison --oneline --no-merges --reverse); \
github-release versent/$(NAME) $(VERSION) "$$(git rev-parse --abbrev-ref HEAD)" "**Changelog**<br/>$$changelog" 'dist/*'; \
$GOPATH/bin/github-release versent/$(NAME) $(VERSION) "$$(git rev-parse --abbrev-ref HEAD)" "**Changelog**<br/>$$changelog" 'dist/*'; \
git pull

deps:
Expand Down

0 comments on commit fbe5d40

Please sign in to comment.