Skip to content

Replace all new lines in the changelog on release, not just the first

Cameron Swords requested to merge fix-new-lines-in-release-script into master

When converting the most recent CHANGELOG entry description into JSON, new lines must be replace with \n. This is to ensure that the JSON can be posted to the API release endpoint without failure.

Merge request reports