From 80e314f01fbeda3cab956f6448ef0a31d9f559dc Mon Sep 17 00:00:00 2001 From: Musholic Date: Mon, 15 Sep 2025 18:45:55 +0200 Subject: [PATCH 1/3] Simplify CR characters handling in changelog generation --- .github/tweak_changelogs.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/tweak_changelogs.sh b/.github/tweak_changelogs.sh index 5bea6e653f..ccff1c46b7 100755 --- a/.github/tweak_changelogs.sh +++ b/.github/tweak_changelogs.sh @@ -2,6 +2,9 @@ RELEASE_VERSION="$1" +# Remove all CR characters from all changelog files +sed -i 's/\r//g' temp_change.md CHANGELOG.md changelog.txt + # Delete until and including the first line containing "