We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ea4df commit 7c3aee4Copy full SHA for 7c3aee4
justfile
@@ -68,3 +68,10 @@ benchmark:
68
# Run cargo-fuzz
69
fuzz:
70
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