From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 4 Oct 2020 12:01:01 +0000 (+0800) Subject: Update release-drafter.yml X-Git-Tag: v0.0.4~3 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=36bdee72e819d0f4b3d435a8247746baa9f82264;p=bili_danmu%2F.git Update release-drafter.yml --- diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 27bcee3..fcca4ea 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,31 @@ +name-template: 'v$RESOLVED_VERSION 🌈' +tag-template: 'v$RESOLVED_VERSION' +categories: + - title: '🚀 Features' + labels: + - 'feature' + - 'enhancement' + - title: '🐛 Bug Fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: '🧰 Maintenance' + label: 'chore' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. +version-resolver: + major: + labels: + - 'major' + minor: + labels: + - 'minor' + patch: + labels: + - 'patch' + default: patch template: | - ## What’s Changed + ## Changes $CHANGES