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