diff options
| author | 2023-12-15 11:34:17 +0800 | |
|---|---|---|
| committer | 2023-12-15 11:34:17 +0800 | |
| commit | 9a07268ab48a470f90f683cd294980f733ccefc4 (patch) | |
| tree | dad7dd75e8a3f563bc419516b06f0b9cf771b44e /.github | |
| parent | 964ee450eca30fe940b7caadc11ebeaf64d45055 (diff) | |
| download | infini-9a07268ab48a470f90f683cd294980f733ccefc4.tar.gz infini-9a07268ab48a470f90f683cd294980f733ccefc4.zip | |
Update release-drafter.yml
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: |
