From 0418041d77bff5eac9f4a7a3531d644821454589 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Tue, 3 Dec 2024 13:50:10 -0700 Subject: [PATCH] DAS-2255: Upate link pattern in the extract-release-notes file. (#5) --- 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