We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed618c commit bd6043eCopy full SHA for bd6043e
RELEASE.md
@@ -32,5 +32,6 @@
32
| Beta | Major.Minor.0-beta.X | `Major.Minor.0` matches the upcoming stable release and `X` starts at `1` and increments with each beta release |
33
| Alpha | Major.Minor.0-alpha.X | `Major.Minor.0` matches the upcoming stable release and `X` starts at `1` and increments with each alpha release |
34
1. `cd packages/rust/lsprotocol`
35
+1. Optionally use `cargo publish --all-features --dry-run` to do all of the building and testing work without actually publishing to crates.io.
36
1. `cargo login`
-1. `cargo publish`
37
+1. `cargo publish --all-features`
0 commit comments