diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..ab18217fba --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,26 @@ +changelog: + exclude: + labels: + - dependencies + - Internal + - CI + - Documentation + authors: + - dependabot[bot] + - pre-commit-ci[bot] + categories: + - title: Breaking changes + labels: + - Breaking + - title: Features + labels: + - Feature + - title: Bug fixes + labels: + - Bug + - title: Translations + labels: + - Translations + - title: Other changes + labels: + - '*' \ No newline at end of file