Commit cfffba5
authored
fix(release): make the --local scan clone see the repointed release branch (#66)
release-pr's --local mode git-clones from --repo-url into /tmp, so the
ref-repoint in the workspace never reaches the scan — on a quiet default
branch it collects 0 commits and silently skips the release PR (seen
2026-07-09: promotes landed on next but no new release PR opened).
Rewrite the repo URL to the workspace so the CLI clones the repointed
refs; API PR-creation still parses owner/repo from the URL string.1 parent c48f805 commit cfffba5
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
| |||
0 commit comments