Add simple Makefile

This commit is contained in:
Kirill Klenov 2014-07-28 19:18:52 +01:00
parent 513e601405
commit 2d36eebe69
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

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