Update makefile

This commit is contained in:
Roman Mogilatov 2017-06-09 01:50:09 +03:00
parent 0635d7783f
commit 67745f8b88

View File

@ -60,8 +60,7 @@ check:
publish: cythonize
# Merge release to master branch
git checkout master
git merge --no-ff release/$(VERSION)
git commit -m 'Release $(VERSION)'
git merge --no-ff release/$(VERSION) -m 'Merge branch release/$(VERSION)'
git push origin master
# Create and upload tag
git tag -a $(VERSION) -m 'version $(VERSION)'