From bfe8e9eb000778c22da7ef33a1c04318d9e0a900 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Mon, 2 Dec 2024 13:17:17 -0700 Subject: [PATCH] DAS-2255: Upate link pattern in the extract-release-notes file. --- 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 7d32cbd..bd61467 100755 --- a/bin/extract-release-notes.sh +++ b/bin/extract-release-notes.sh @@ -16,7 +16,7 @@ VERSION_PATTERN="^## [\[]v" ## captures url links ## [unreleased]:https://github.com/nasa/harmony-browse-image-generator/compare/1.2.0..HEAD ## [v1.2.0]: https://github.com/nasa/harmony-browse-image-generator/compare/1.1.0..1.2.0 -LINK_PATTERN="^\[.*\].*\.\..*" +LINK_PATTERN="^\[.*\].*releases/tag/.*" # Read the file and extract text between the first two occurrences of the # VERSION_PATTERN