From 9be2f90f524611412b6839b801cc0c39408060cb Mon Sep 17 00:00:00 2001 From: Ba Thien Le Date: Fri, 11 Aug 2023 16:18:42 +0200 Subject: [PATCH] chore: add release config file (#12) --- .github/release.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..3ed34845 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,37 @@ +--- +changelog: + categories: + - title: โœ… Added + labels: + - docs + - feature + - title: ๐Ÿ” Changed + labels: + - chore + - dependencies + - enhancement + - perf + - refactor + - style + - title: ๐Ÿ›‘ Deprecated + labels: + - deprecated + - title: ๐Ÿ”ง Fixed + labels: + - bug + - title: ๐Ÿ—‘๏ธ Removed + labels: + - removed + - title: ๐Ÿ›ก๏ธ Security + labels: + - security + - title: ๐Ÿงช Test + labels: + - test + exclude: + labels: + - duplicate + - good first issue + - invalid + - question + - wontfix