diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..be5bfa5c1a --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,32 @@ +changelog: + categories: + - title: 🚀 Features + labels: + - feature + - enhancement + - title: 💥 Improvements + labels: + - improvement + - title: 🐞 Bug fixes + labels: + - bug + - Bug:P0 + - Bug:P1 + - Bug:P2 + - Bug:P3 + - title: 📚 Documentations + labels: + - documentation + - title: 🌐 Other + labels: + - '*' + exclude: + labels: + - feature + - enhancement + - bug + - documentation + - Bug:P0 + - Bug:P1 + - Bug:P2 + - Bug:P3