Skip to content

Commit f6e87da

Browse files
cliu123cliu123vrozov
authored
Add a replacer to release-notes-drafter-config (#881)
* Add a replacer to release-notes-drafter-config * Update .github/release-notes-drafter-config.yml Co-authored-by: Vlad Rozov <vrozov@users.noreply.github.com> Co-authored-by: cliu123 <cgliu@amazon.com> Co-authored-by: Vlad Rozov <vrozov@users.noreply.github.com>
1 parent 5d4b004 commit f6e87da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/release-notes-drafter-config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ template: |
55
66
# Setting the formatting and sorting for the release notes body
77
name-template: Version (set version here)
8-
change-template: '* $TITLE [#$NUMBER](https://github.com/opendistro-for-elasticsearch/security/pull/$NUMBER)'
8+
change-template: '* $TITLE ([#$NUMBER](https://github.com/opendistro-for-elasticsearch/security/pull/$NUMBER))'
99
sort-by: merged_at
1010
sort-direction: ascending
11+
replacers:
12+
- search: "##"
13+
replace: "###"
1114

1215
# Organizing the tagged PRs into unified ODFE categories
1316
categories:

0 commit comments

Comments
 (0)