Skip to content

v2.0.6

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:32
· 83 commits to main since this release
4c4233e

2.0.6 (2026-06-08)

Bug Fixes

  • cli: review target branches against correct base (a153f96)

    • Clarify that --diff-with accepts the target branch being reviewed.

    • Add parent-branch detection for local stacked branch reviews with a safe explicit --base override.

    • Fetch and pass the PR base in the reusable review action so CI diffs use the authoritative base.

    • Cover parent detection and review base propagation with focused tests.