mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 07:54:03 +00:00
Push to repo as part of "make release"
This commit is contained in:
parent
cdf6b7e315
commit
77150c0424
4
Makefile
4
Makefile
@ -17,7 +17,7 @@ upgrade-requirements: ## Upgrade requirements files
|
|||||||
pip-compile --upgrade requirements/base.in
|
pip-compile --upgrade requirements/base.in
|
||||||
pip-compile --upgrade requirements/dev.in
|
pip-compile --upgrade requirements/dev.in
|
||||||
pip-compile --upgrade requirements/docs.in
|
pip-compile --upgrade requirements/docs.in
|
||||||
|
|
||||||
package: ## Build a package ready to upload to pypi
|
package: ## Build a package ready to upload to pypi
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
@ -57,10 +57,12 @@ retag:
|
|||||||
git tag $(TAG)
|
git tag $(TAG)
|
||||||
release-origin:
|
release-origin:
|
||||||
@echo "=== Pushing tag $(TAG) to origin"
|
@echo "=== Pushing tag $(TAG) to origin"
|
||||||
|
git push origin
|
||||||
git push origin :$(TAG) || true
|
git push origin :$(TAG) || true
|
||||||
git push origin $(TAG)
|
git push origin $(TAG)
|
||||||
release-overhangio:
|
release-overhangio:
|
||||||
@echo "=== Pushing tag $(TAG) to overhangio"
|
@echo "=== Pushing tag $(TAG) to overhangio"
|
||||||
|
git push overhangio
|
||||||
git push overhangio :$(TAG) || true
|
git push overhangio :$(TAG) || true
|
||||||
git push overhangio $(TAG)
|
git push overhangio $(TAG)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user