Merge branch 'release/1.0.0'

This commit is contained in:
Kirill Klenov 2014-07-28 19:18:52 +01:00
commit 345386485e
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