Commit d396e78
fix(build): Use merge-base commit SHA as base reference instead of branch name
Previously the base ref detection would only work if a local branch pointed
to the exact merge-base commit. This implementation now returns the
merge-base commit SHA directly, enabling automatic base reference detection
in all cases where a merge-base can be determined.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f4d5564 commit d396e78
2 files changed
Lines changed: 6 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
311 | 299 | | |
312 | 300 | | |
313 | 301 | | |
| |||
0 commit comments