Skip to content

Commit

Permalink
misc: add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Dec 6, 2023
1 parent 4f444ac commit b84af0b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
install-tools:
brew install golangci-lint
brew install caarlos0/tap/svu

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

release-pypi:
git tag -a $(shell svu patch --prefix 'testutils/python/')
git push --tags

release-cargo:
git tag -a $(shell svu patch --prefix 'testutils/rust/')
git push --tags

0 comments on commit b84af0b

Please sign in to comment.