mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Update makefile
This commit is contained in:
parent
d0b86facb3
commit
a057176ae6
2
Makefile
2
Makefile
|
@ -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)'
|
||||
|
|
Loading…
Reference in New Issue
Block a user