diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..98a87ff --- /dev/null +++ b/Makefile @@ -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