Commit 1198e98
authored
fix: add default-members to workspace configuration (#226)
The 'no packages selected' error occurs because cargo-release
needs to know which packages to operate on in a workspace.
Adding default-members tells cargo (and cargo-release) which
packages to operate on when no specific package is selected.
This should finally fix the release workflow.1 parent c4268fa commit 1198e98
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
0 commit comments