Commit beb7b83
committed
fix: resolve release-please workspace member detection
- Remove explicit '.' from Cargo workspace members — root package is
implicit when [workspace] and [package] coexist in the same manifest.
release-please's cargo-workspace plugin was warning 'member . declared
but did not find Cargo.toml', causing git-rewrite's [package].version
to not be written to Cargo.toml in release PRs.
- Remove redundant extra-files block for plumbing/git-filter-tree.
The path '/Cargo.toml' had a spurious leading slash, and the update
it was trying to make (dependencies.git-filter-tree.version) is
already handled automatically by the cargo-workspace plugin.1 parent 9fe8cbd commit beb7b83
2 files changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 17 | + | |
26 | 18 | | |
27 | 19 | | |
28 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments