Skip to content

Release 2.1.13 (2026-06-07)

Bug fixes

  • keep consumer-refresh commands visible after the summary (#1478) The progress renderer collapses each finished stage to a one-line summary, which erased the consumer-refresh commands -- the one piece of output the human must act on. Store the rendered message on ReleaseContext and re-print it after the pipeline summary so it is the last thing on screen. Ref #1477.

Features

  • adopt the progress framework in vrg-finalize-pr (#1482)
  • docs(specs): add finalize-pr progress-adoption design

Approved design for adopting the stage-aware progress framework in vrg-finalize-pr: two-phase main (pre-pipeline TTY prompts, staged pipeline), explicit --output-format plain on the nested vrg-release invocation, and behavior-parity notes.