Commit 21b7d74
fix(release): ignore shells directory in multi-semantic-release (#1134)
Add --ignore-packages shells flag to prevent multi-semantic-release
from treating the shells/ directory as a package to be released.
The shells/ directory contains devbox environment configurations
(devbox.json files), not npm packages, so it should be excluded from
the release process.
Multi-semantic-release aggressively scans all directories for potential
packages, not just those in the workspaces field. When it encounters
shells/, it expects a package.json and fails with ENOENT.
Changes:
- Add --ignore-packages shells to release script in package.json
- Add --ignore-packages shells to both release and release-dry-run
scripts in shells/devbox-fast.json
This fixes the release dry-run workflow failure.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 8ce4261 commit 21b7d74
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments