Commit 895eec6
committed
docs(release): correct RELEASING.md guard to cargo package (matches workflow)
The prose said the fail-fast guard runs `cargo publish -p harmont-cli
--dry-run`, but release.yml uses `cargo package --workspace`. The latter
is correct: it resolves sibling path deps locally, so it catches the
publish=false / unpublished-dep regression class without the deps being
on the index yet (which --dry-run requires). Align the doc with the
implementation.1 parent ae1b13f commit 895eec6
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments