Commit e5160e4
committed
fix: drop pilot/plugin.json from semantic-release prepareCmd
The 8.8.0 release pipeline failed because the prepareCmd's sed step
referenced pilot/plugin.json, which was deleted in #143. Remove it from
both the sed list (prepare step) and the @semantic-release/git assets
list so the next release cycle can bump versions cleanly.
Also confirmed no other tracked file (CI workflows, install.sh, etc.)
references the removed pilot/plugin.json — only intentional refs in
_remove_legacy_plugin_marker's docstring + the test asserting we skip
it during install.1 parent ca97cb0 commit e5160e4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments