Skip to content

Commit

Permalink
chore: Add make target for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 18, 2024
1 parent ae511c2 commit 8f1e71f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ migrations-sqlite:

.PHONY: migrations
migrations: migrations-postgres migrations-sqlite

.PHONY: release
release:
poetry run cz bump
git push --tags

0 comments on commit 8f1e71f

Please sign in to comment.