Skip to content

Commit

Permalink
Merge pull request #223 from gliderlabs/master
Browse files Browse the repository at this point in the history
v6 retry
  • Loading branch information
progrium committed Aug 7, 2015
2 parents d500880 + eeb16bd commit 27e191e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ build:
docker save $(NAME):$(VERSION) | gzip -9 > build/$(NAME)_$(VERSION).tgz

release:
glu release gliderlabs/$(NAME) $(VERSION)
rm -rf release && mkdir release
go get github.com/progrium/gh-release/...
cp build/* release
gh-release create gliderlabs/$(NAME) $(VERSION) \
$(shell git rev-parse --abbrev-ref HEAD) $(VERSION)
glu hubtag gliderlabs/$(NAME) $(VERSION)

docs:
Expand Down

0 comments on commit 27e191e

Please sign in to comment.