Skip to content

Commit

Permalink
Add release helper
Browse files Browse the repository at this point in the history
  • Loading branch information
leudz committed Dec 17, 2024
1 parent 25e8c82 commit 1fe4814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ visualizer:

rustfmt_errors:
cargo +nightly fmt -- --config=error_on_line_overflow=true,error_on_unformatted=true

publish version args="":
cargo release --pre-release-commit-message "Bump version to {{version}}" {{args}} {{version}}

0 comments on commit 1fe4814

Please sign in to comment.