diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000..32eb2588e --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,32 @@ +changelog: + exclude: + labels: + - ignore in release notes + + categories: + - title: New Features 🎉 + labels: + - feature + - enhancement + exclude: + labels: + - breaking change + + - title: Fixes 🐞 + labels: + - bug + exclude: + labels: + - breaking change + + - title: Breaking Changes 🛫 + labels: + - breaking change + + - title: Docs 📚 + labels: + - documentation + + - title: Other Changes 🦾 + labels: + - "*"