Skip to content

Commit 28cb007

Browse files
committed
guide: Also publish the test crates
1 parent 7da0220 commit 28cb007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guide/src/publishing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
cd crates/macro && cargo publish && cd -
4747
cd crates/cli-support && cargo publish && cd -
4848
cd crates/test-project-builder && cargo publish && cd -
49+
cd crates/test-macro && cargo publish && cd -
50+
cd crates/test && cargo publish --no-verify && cd -
4951
cd crates/cli && cargo publish && cd -
5052
cargo publish --allow-dirty # because of uncommitted, commented out [patch] section
5153
```

0 commit comments

Comments
 (0)