Skip to content

Commit

Permalink
Add additional tags for static, logs_import, and logs_web in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Feb 12, 2025
1 parent ff07bd9 commit 1ad105d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1ad105d

Please sign in to comment.