diff --git a/Makefile b/Makefile index 6f71e75..0f48cbd 100644 --- a/Makefile +++ b/Makefile @@ -10,3 +10,12 @@ release: git tag -a gateway/v$(TAG) -m "v$(TAG)" git push origin gateway/v$(TAG) + + git tag -a static/v$(TAG) -m "v$(TAG)" + git push origin static/v$(TAG) + + git tag -a logs_import/v$(TAG) -m "v$(TAG)" + git push origin logs_import/v$(TAG) + + git tag -a logs_web/v$(TAG) -m "v$(TAG)" + git push origin logs_web/v$(TAG)