Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Jan 25, 2020
1 parent 8c7942b commit d2ac1c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ zip:

release:
git commit --all --allow-empty -m "Preparing Release v$(PACKAGE_VERSION)"
git push
git checkout master
git merge --no-ff develop
git tag -f v$(PACKAGE_VERSION)
git push --tags
git push
git checkout develop
git pull

0 comments on commit d2ac1c6

Please sign in to comment.