diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..00e2cfc --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +changelog: + exclude: + labels: + - chore + categories: + - title: Bug Fixes 🐞 + labels: + - bug + - title: Features ✨ + labels: + - enhancement + - title: Docs 📚 + labels: + - documentation + - title: Other Changes + labels: + - '*' + exclude: + labels: + - chore