Skip to content

Commit

Permalink
Print branch name in release target
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed May 25, 2017
1 parent 12d71cf commit 55a4aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ release:
pipenv run bumpversion $(RELEASE_TYPE)
@tput setaf 2
@echo Built release for `git describe --tag`. Make sure to run:
@echo " $$ git push origin <branch> tag `git describe --tag`"
@echo " $$ git push origin `git rev-parse --abbrev-ref HEAD` tag `git describe --tag`"
@tput sgr0

test:
Expand Down

0 comments on commit 55a4aeb

Please sign in to comment.