Skip to content

Commit

Permalink
Add release recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Oct 31, 2024
1 parent 69abe9e commit 9f158a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ lint-reuse:
fmt:
ruff format devman
ruff check --fix devman

release increment:
cz bump --increment {{increment}}
git push --follow-tags
gh release create "v$(cz version -p)"

0 comments on commit 9f158a5

Please sign in to comment.