From 6285d4cb2dfbd589591436d5ed6fc27e5b0c5029 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Thu, 30 May 2024 08:28:26 -0600 Subject: [PATCH] DAS-2146: Update extract-release-notes.sh to handle new format. When I added the link to the version diffs in github, I neglected to correct the script that pulls out the changelog information. --- bin/extract-release-notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/extract-release-notes.sh b/bin/extract-release-notes.sh index bb15f23..bc32e4a 100755 --- a/bin/extract-release-notes.sh +++ b/bin/extract-release-notes.sh @@ -12,7 +12,7 @@ ############################################################################### CHANGELOG_FILE="CHANGELOG.md" -VERSION_PATTERN="^## v" +VERSION_PATTERN="^## \[v" # Read the file and extract text between the first two occurrences of the # VERSION_PATTERN