Commit ccc0889
committed
fix(ci): build engine before miner publish, auto-merge release-please PRs
publish-miner.yml's validate job never built @loopover/engine before
building miner, even though miner imports it -- engine's dist/ is
gitignored, so this failed with "Cannot find module '@loopover/engine'"
the first time miner's build actually exercised that import. Mirrors
the existing build step already in publish-mcp.yml.
Also auto-merge release-please's own Release PRs (autorelease: pending
label only) once CI is green, so multiple packages' Release PRs spend
less time open simultaneously -- they all share one
.release-please-manifest.json, so any one merging stales every other
open Release PR's copy of that file.1 parent b3cb3c9 commit ccc0889
2 files changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
159 | 182 | | |
160 | 183 | | |
161 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
92 | 101 | | |
93 | 102 | | |
94 | 103 | | |
| |||
0 commit comments