From 81ede5d1e65440fe8b18eca75970bc5e36244edf Mon Sep 17 00:00:00 2001 From: Zhou xiao Date: Thu, 28 Dec 2023 17:31:38 +0800 Subject: [PATCH] chore: add release note (#1864) Co-authored-by: zhouxiao.shaw --- .github/{# .github/.github => }/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename .github/{# .github/.github => }/release.yml (74%) diff --git a/.github/# .github/.github/release.yml b/.github/release.yml similarity index 74% rename from .github/# .github/.github/release.yml rename to .github/release.yml index c5b38062d79..14c7e238121 100644 --- a/.github/# .github/.github/release.yml +++ b/.github/release.yml @@ -8,19 +8,19 @@ changelog: categories: - title: Breaking Changes 🍭 labels: - - "change: breaking" + - 'change: breaking' - title: New Features 🎉 labels: - - "change: feat" + - 'change: feat' - title: Performance 🚀 labels: - - "change: perf" + - 'change: perf' - title: Bug Fixes 🐞 labels: - - "change: fix" + - 'change: fix' - title: Document 📖 labels: - - "change: docs" + - 'change: docs' - title: Other Changes labels: - - "*" + - '*'