diff options
| author | 2023-12-15 11:28:25 +0800 | |
|---|---|---|
| committer | 2023-12-15 11:28:25 +0800 | |
| commit | 6d8ba830921099817b107b643fd97717f7818c5c (patch) | |
| tree | f3a8ff9e7619211cd563200f384037711f18ff9c /.github | |
| parent | e88bb3365c2ebb8fdf7e10f145f0f25fe6cbf0bf (diff) | |
| download | infini-6d8ba830921099817b107b643fd97717f7818c5c.tar.gz infini-6d8ba830921099817b107b643fd97717f7818c5c.zip | |
Update release-drafter.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/release-drafter.yml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 03729f31..8c68d691 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -15,7 +15,14 @@ categories: labels: - 'chore' - 'dependencies' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +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(.*)' + replace: '**$1:** $2' +footer: | + $CONTRIBUTORS change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: major: @@ -29,6 +36,4 @@ version-resolver: - 'patch' default: patch template: | - ## Changes - $CHANGES |
