Skip to content

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Jan 3, 2026

The previous fix used a YAML block scalar (|-) which doesn't interpret \n as newlines, causing literal \n to appear in CHANGELOG.rst. This fix uses a double-quoted string on a single line which correctly interprets escape sequences.


Note

Fixes newline handling in the release workflow’s changelog update.

  • In .github/workflows/release.yml, change Update changelog step replace value to a double-quoted single-line string so \n escape sequences render as real newlines in CHANGELOG.rst.
  • No other workflow logic modified.

Written by Cursor Bugbot for commit 8d50b7c. This will update automatically on new commits. Configure here.

@adamtheturtle adamtheturtle merged commit baf3f2b into main Jan 3, 2026
9 checks passed
@adamtheturtle adamtheturtle deleted the fix-block-scalar-newlines branch January 3, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants