From c261e27e3bee75259e61da07ba625f02d1047d4b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 15 Dec 2023 11:15:47 +0800 Subject: Create release-drafter.yml --- .github/release-drafter.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/release-drafter.yml (limited to '.github') diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000..81920788 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,32 @@ +name-template: '$RESOLVED_VERSION 🌈' +tag-template: '$RESOLVED_VERSION' +categories: + - title: 'Features' + labels: + - 'feature' + - 'features' + - 'enhancement' + - title: 'Bug Fix' + 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: | + ## Changes + + $CHANGES -- cgit v1.2.3-70-g09d2