From af4917a7c67105888c28660034dcd08b374a1b0b Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 20 Jan 2025 18:23:56 -0300 Subject: [PATCH] ci: Improve release notes processing Makes the perl regex stop at the first "\nChanges in" hit, instead of "\n\n". This should allow us to use more freely formatted notes in the release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26fe75402..bddf0a69e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: # Extract the changelog { echo "releaseChangelog<