Skip to content

Commit

Permalink
Add make release
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Apr 2, 2022
1 parent f6beacc commit f76c5ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ release\:macro:
release\:support:
cd crates/support && cargo release --no-dev-version --skip-tag --skip-push
release\:extract:
cd crates/extract && cargo release --no-dev-version --skip-tag --skip-push
cd crates/extract && cargo release --no-dev-version --skip-tag --skip-push
release:
cargo release

0 comments on commit f76c5ec

Please sign in to comment.