diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/release-drafter.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 72d80cad..9f0feea9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -19,12 +19,12 @@ change-template: '* $TITLE (#$NUMBER)' replacers: - search: '/CVE-(\d{4})-(\d+)/g' replace: 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-$1-$2' - - search: '(.*):\s(.*)' + - search: '(.*)\:\s(.*)' replace: '**$1:** $2' footer: | *** - $TIME + $CONTRIBUTORS change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: major: |
