Skip to content

Commit

Permalink
add --workspace to cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
cadubentzen committed May 14, 2023
1 parent ed5ddc8 commit 2cd264a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
release-patch:
cargo release --no-publish --no-push -x patch
cargo release --workspace --no-publish --no-push -x patch

release-minor:
cargo release --no-publish --no-push -x minor
cargo release --workspace --no-publish --no-push -x minor

0 comments on commit 2cd264a

Please sign in to comment.