diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..0586289 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +# .github/release.yml + +changelog: + categories: + - title: New features and enhancements + labels: + - '*' + exclude: + labels: + - dependencies + bug + - title: Bugfixes + labels: + - bug + - title: Dependencies + labels: + - dependencies