From 9fb089bf080759050201403223c8dff714f9f3a1 Mon Sep 17 00:00:00 2001 From: yanyongyu <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:56:41 +0800 Subject: [PATCH] :construction_worker: exclude label for changelog --- .github/release-drafter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8e92058a..86c6b3ba 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,6 +4,9 @@ name-template: "Release v$RESOLVED_VERSION 🌈" tag-template: "v$RESOLVED_VERSION" change-template: "- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER]($URL))" change-title-escapes: '\<&' +exclude-labels: + - "dependencies" + - "skip-changelog" categories: - title: "💥 破坏性变更" labels: