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

Ensures correct newline handling when inserting the release header into the changelog.

  • In .github/workflows/release.yml, the "Update changelog" step now uses a double-quoted replace string so \n escapes are interpreted as newlines when updating CHANGELOG.rst.

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

@adamtheturtle adamtheturtle enabled auto-merge (squash) January 3, 2026 09:10
@adamtheturtle adamtheturtle merged commit 3377ebf into main Jan 3, 2026
9 checks passed
@adamtheturtle adamtheturtle deleted the fix-block-scalar-newlines branch January 3, 2026 09:15
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