Skip to content

Split reusable release workflow into minimal and advanced variants

Section titled “Split reusable release workflow into minimal and advanced variants”

Feb 16, 2026 · @mavam, @codex

reusable-release.yaml now acts as a minimal opinionated wrapper around a new reusable-release-advanced.yaml workflow.

The advanced workflow adds optional hooks and release controls for complex consumers: pre/post publish scripts, non-main --no-latest publishing, optional copy of release directories to main, latest branch updates, a skip-publish dry-run mode, and workflow outputs for version and is_latest.

Fix release progress panel truncating failed commands

Section titled “Fix release progress panel truncating failed commands”

Feb 15, 2026 · @mavam, @claude · #7

When a release step fails, the full command now prints below the progress panel so you can copy-paste it for manual recovery.

Previously, long commands would get truncated in the release progress panel, making it difficult to reproduce the failure manually. Now when a step fails, the complete command is displayed in full below the panel, giving you what you need to debug and retry the operation.