From dcf81a38665670065476178405dd301dfb3116aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 22 Aug 2023 23:34:25 +0200 Subject: [PATCH] Create release.yml --- .github/release.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..6fc3582561 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,25 @@ +changelog: + exclude: + labels: + - dependencies + authors: + - dependabot + categories: + - title: Changes ๐Ÿ›  + labels: + - bug_fix + - title: Exciting New Features ๐ŸŽ‰ + labels: + - enhancement + - title: More Documentation ๐Ÿ“š + labels: + - documentation + - title: Refactoring ๐Ÿงฌ + labels: + - refactoring + - title: Minor changes ๐Ÿงน + labels: + - chore + - title: Others ๐Ÿ”” + labels: + - "*"