Skip to content

Commit

Permalink
push tags then current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed Jun 15, 2016
1 parent c0c8815 commit fd0e8f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ endif
@rake package
@git commit -a -m "riak-client $(VERSION)"
@git tag --sign -a "v$(VERSION)" -m "riak-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"
@git push --tags master
@git push --tags
@git push
@gem push "pkg/riak-client-$(VERSION).gem"
@bash ./build/publish $(VERSION)

0 comments on commit fd0e8f5

Please sign in to comment.