We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66602a8 commit 5b93635Copy full SHA for 5b93635
.github/workflows/release-notes-cleanup.yaml
@@ -24,9 +24,7 @@ jobs:
24
sed 's/ by @.*//' | \
25
grep -v 'New Contributors' | \
26
grep -v '* @' | \
27
- grep -v '<!--' | \
28
- sed 's/COMPASS-[0-9]\{1,5\}/[&](https:\/\/jira.mongodb.org\/browse\/&)/g' | \
29
- sed 's/MONGOSH-[0-9]\{1,5\}/[&](https:\/\/jira.mongodb.org\/browse\/&)/g' \
+ grep -v '<!--' \
30
> RELEASE_NOTES.md
31
32
- name: Update release
0 commit comments