openclaw - 💡(How to fix) Fix pr-release: suggest and confirm shared release version

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…

Fix Action

Fix / Workaround

Add the shared version step after repo selection and before draft PR creation. Version discovery should inspect selected repos, suggest a patch bump, normalize operator input, and lock the version once draft PR creation begins.

  • Version discovery checks latest GitHub release tag, falls back to latest git tag, extracts X.Y.Z, selects the highest version, and suggests a patch bump.
  • Operator input accepts 1.4.3 and v1.4.3 and stores version=1.4.3, tag=v1.4.3, PR/release titles.
  • The operator must confirm or edit the suggested version before draft PR creation.
  • Version cannot change after draft PR creation starts.
  • Continue rejects --version when it differs from saved workflow.version.
  • Tests cover tag extraction, patch bump, normalization, and immutability guards.
RAW_BUFFERClick to expand / collapse

What to build

Add the shared version step after repo selection and before draft PR creation. Version discovery should inspect selected repos, suggest a patch bump, normalize operator input, and lock the version once draft PR creation begins.

Acceptance criteria

  • Version discovery checks latest GitHub release tag, falls back to latest git tag, extracts X.Y.Z, selects the highest version, and suggests a patch bump.
  • Operator input accepts 1.4.3 and v1.4.3 and stores version=1.4.3, tag=v1.4.3, PR/release titles.
  • The operator must confirm or edit the suggested version before draft PR creation.
  • Version cannot change after draft PR creation starts.
  • Continue rejects --version when it differs from saved workflow.version.
  • Tests cover tag extraction, patch bump, normalization, and immutability guards.

Blocked by

  • pr-release: render Lark scan result UI and repo selection actions

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: suggest and confirm shared release version