mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Update makefile
This commit is contained in:
parent
0635d7783f
commit
67745f8b88
3
Makefile
3
Makefile
|
@ -60,8 +60,7 @@ check:
|
||||||
publish: cythonize
|
publish: cythonize
|
||||||
# Merge release to master branch
|
# Merge release to master branch
|
||||||
git checkout master
|
git checkout master
|
||||||
git merge --no-ff release/$(VERSION)
|
git merge --no-ff release/$(VERSION) -m 'Merge branch release/$(VERSION)'
|
||||||
git commit -m 'Release $(VERSION)'
|
|
||||||
git push origin master
|
git push origin master
|
||||||
# Create and upload tag
|
# Create and upload tag
|
||||||
git tag -a $(VERSION) -m 'version $(VERSION)'
|
git tag -a $(VERSION) -m 'version $(VERSION)'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user