Skip to content

Commit 7c3aee4

Browse files
committed
chore(justfile): add back manual release command
1 parent 58ea4df commit 7c3aee4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

justfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,10 @@ benchmark:
6868
# Run cargo-fuzz
6969
fuzz:
7070
cd fuzz && cargo +nightly fuzz run --sanitizer none resolver -- -only_ascii=1 -max_total_time=900
71+
72+
# Manual Release
73+
release:
74+
cargo binstall -y release-plz
75+
release-plz update
76+
just check
77+
# NOTE: make sure to update version in npm/package.json

0 commit comments

Comments
 (0)