From 6048e01a34ba795e2b98d46bb9a9d0421dcad377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E5=BE=8B=E7=BA=AF?= Date: Sun, 28 Jan 2024 10:24:19 +0800 Subject: [PATCH] chore(workflows): delete relese-drafter.yml --- .github/release-drafter.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 4a64df2c..00000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,34 +0,0 @@ -name-template: "v$RESOLVED_VERSION 🌈" -tag-template: "v$RESOLVED_VERSION" -categories: - - title: "🚀 Features" - labels: - - "feature" - - "enhancement" - - title: "🐛 Bug Fixes" - labels: - - "fix" - - "bugfix" - - "bug" - - "类型:bug" - - title: "🔝 Dependencies" - labels: - - "dependencies" - - 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