mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 08:08:20 +00:00
Push to repo as part of "make release"
This commit is contained in:
parent
cdf6b7e315
commit
77150c0424
2
Makefile
2
Makefile
@ -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