Skip to content

Commit 5b93635

Browse files
authored
chore(ci): remove buggy auto link tickets in release notes (#3155)
1 parent 66602a8 commit 5b93635

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-notes-cleanup.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
sed 's/ by @.*//' | \
2525
grep -v 'New Contributors' | \
2626
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' \
27+
grep -v '<!--' \
3028
> RELEASE_NOTES.md
3129
3230
- name: Update release

0 commit comments

Comments
 (0)