2014-07-28 19:18:52 +01:00

7 lines
145 B
Makefile

.PHONY: release
release:
@git flow release finish `git flow release | cut -d ' ' -f2`
@git push --all
@git push --tags
@git checkout develop