openclaw - 💡(How to fix) Fix pr-release: create draft releases targeting PR merge commits

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

What to build

Create draft GitHub releases and tags after PR merge validation, using each repo's PR merge commit SHA, repo-specific previous tag, AI highlights, GitHub generated notes, and bounded concurrency.

Acceptance criteria

  • Releases target the recorded PR merge commit SHA, never target branch HEAD.
  • Previous tag discovery is repo-specific and supports GitHub release tag first, git tag fallback second.
  • First-release repos ask whether to use full history, PR commits only, or skip; default recommendation is PR commits only.
  • Draft release command uses tag vX.Y.Z, title Release version X.Y.Z, --generate-notes, --notes-start-tag when available, and --draft.
  • AI highlights are cached with notes_source_range, target_sha, previous_tag, and version/tag.
  • Retry reuses cached notes when inputs are unchanged and regenerates when target/range/version/tag changed.
  • Draft release creation runs with configurable bounded concurrency and keeps partial successes.
  • Tests cover release command construction, first-release choices, retry cache rules, and partial failures.

Blocked by

  • pr-release: continue after PR merge and validate release readiness

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix pr-release: create draft releases targeting PR merge commits