From 39a2658a25deb6084bf94fe2ae3cfb141338c5a4 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Tue, 1 Dec 2020 10:48:46 +0800 Subject: [PATCH] :construction_worker: update release drafter --- .github/release-drafter.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c77a0550..d8404730 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,9 @@ name-template: 'v$RESOLVED_VERSION 🌈' tag-template: 'v$RESOLVED_VERSION' categories: + - title: '💥 Breaking Changes' + labels: + - 'Breaking' - title: '🚀 Features' labels: - 'feature' @@ -10,8 +13,8 @@ categories: - 'fix' - 'bugfix' - 'bug' - - title: '🧰 Maintenance' - label: 'chore' + - title: '🍻 Plugin Publish' + label: 'Plugin' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: