Skip to content

Normalize new lines in prepare changelog - #17

Merged
gonzalocasas merged 1 commit into
compas-dev:mainfrom
josemmo:fix/changelog-newline
Aug 14, 2026
Merged

Normalize new lines in prepare changelog#17
gonzalocasas merged 1 commit into
compas-dev:mainfrom
josemmo:fix/changelog-newline

Conversation

@josemmo

@josemmo josemmo commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Running the prepare_changelog task on Windows corrupted the CHANGELOG.md file, as the default new line bytes for that platform are CRLF (\r\n). However, we always use \n in COMPAS projects.

This tiny PR ensures thats Python always uses LF (\n) for preparing the changelog regardless of the Operating System.

@gonzalocasas
gonzalocasas merged commit 2f9cf67 into compas-dev:main Aug 14, 2026
6 checks passed
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