Skip to content

Commit

Permalink
release-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tebeka committed Dec 12, 2023
1 parent a89cf9b commit 8c3f974
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ ci: install-tools test
release-patch:
git tag $(shell svu patch)
git push --tags

release-minor:
git tag $(shell svu minor)
git push --tags

0 comments on commit 8c3f974

Please sign in to comment.