From 2b3541164dcc1c582b459849af0b0c2ab9e31eef Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Fri, 22 Aug 2025 15:50:11 +0800 Subject: [PATCH] ci: add .github/release.yml (#468) * ci: add release.yml Signed-off-by: Andy Lee * refactor: update release.yml Signed-off-by: Andy Lee --------- Signed-off-by: Andy Lee --- .github/release.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..7d975a32 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,40 @@ +# .github/release.yml +changelog: + categories: + - title: Features + labels: + - feat + - title: Bug Fixes + labels: + - fix + - title: Dependencies + labels: + - deps + - title: Performance + labels: + - perf + - title: Documentation + labels: + - docs + - title: Style + labels: + - style + - title: Build & Continuous Integration + labels: + - build + - ci + - title: Security + labels: + - security + - title: Tests + labels: + - test + - title: Refactoring + labels: + - refactor + - title: Chores + labels: + - chore + - title: Others + labels: + - other