DAS-2255: Update link pattern in the extract-release-notes file. #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Quick fix for the release notes extraction script.
I thought the extraction was broken, but it wasn't you can see the release
https://github.com/nasa/harmony-SMAP-L2-gridding-service/releases/tag/0.0.1
That said, the extraction release script was including the markdown reference to the release (even if GitHub ignored it when creating the release). This just fixes that bug.
This is even less important, because that link pattern only matters on the first release, but when I inevitably come and steal this script for the next new service, I'd like it to work.
Jira Issue ID
DAS-2267
Local Test Steps
You will see that the extracted code includes the link reference at the bottom
Checkout this branch and run it again:
You should see that the code no longer includes the markdown reference.
PR Acceptance Checklist
CHANGELOG.md
updated to include high level summary of PR changes.docker/service_version.txt
updated if publishing a release.