You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): avoid heredoc in YAML run block (indentation parse error)
Use printf to write release notes to a file — heredocs inside YAML literal
block scalars break when the terminator/content have less indentation than
the block, causing instant workflow failures on every branch push.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>