Update makefile

This commit is contained in:
Roman Mogilatov 2017-06-09 01:53:14 +03:00
parent 770f867ca2
commit 70e82ca7d8
1 changed files with 1 additions and 1 deletions

View File

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