Skip to content

Commit bd6043e

Browse files
committed
Update cargo publish args
1 parent 7ed618c commit bd6043e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
| 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 |
3333
| 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 |
3434
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.
3536
1. `cargo login`
36-
1. `cargo publish`
37+
1. `cargo publish --all-features`

0 commit comments

Comments
 (0)