7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 11:50:49 +00:00

Add missing plugin manifest files

This commit is contained in:
Régis Behmo 2019-07-04 18:01:27 +08:00
parent bf046957de
commit ecf3851c23
4 changed files with 7 additions and 2 deletions

View File

@ -51,15 +51,17 @@ nightly: ## Create a "nightly" release
$(MAKE) tag TAG=nightly
release: ## Create a release tag and push it to origin
$(MAKE) tag TAG=v$(shell make version)
$(MAKE) retag release-origin release-overhangio TAG=v$(shell make version)
tag:
retag:
@echo "=== Creating tag $(TAG)"
git tag -d $(TAG) || true
git tag $(TAG)
release-origin:
@echo "=== Pushing tag $(TAG) to origin"
git push origin :$(TAG) || true
git push origin $(TAG)
release-overhangio:
@echo "=== Pushing tag $(TAG) to overhangio"
git push overhangio :$(TAG) || true
git push overhangio $(TAG)

View File

@ -0,0 +1 @@
recursive-include tutorxminio/patches *

View File

@ -0,0 +1 @@
recursive-include tutornotes/patches *

View File

@ -0,0 +1 @@
recursive-include tutorxqueue/patches *