Update makefile

This commit is contained in:
Roman Mogylatov 2020-07-01 23:20:28 -04:00
parent 0da9f2c6b5
commit 5e84f3145e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ test-publish: cythonize
# Upload distributions to PyPI # Upload distributions to PyPI
twine upload --repository testpypi dist/dependency-injector-$(VERSION)* twine upload --repository testpypi dist/dependency-injector-$(VERSION)*
tag: publish:
# Merge release to master branch # Merge release to master branch
git checkout master git checkout master
git merge --no-ff release/$(VERSION) -m "Merge branch 'release/$(VERSION)' into master" git merge --no-ff release/$(VERSION) -m "Merge branch 'release/$(VERSION)' into master"