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: + - "*"