diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..8c061559 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,32 @@ +changelog: + exclude: + authors: + - dependabot + categories: + - title: Breaking Changes and Deprecations + labels: + - "topic: bc breaking" + - "topic: deprecation" + - title: API + labels: + - "module: api" + - title: Core + labels: + - "module: core" + - title: Graph Passes + labels: + - "module: passes" + - title: Bug fixes + labels: + - "topic: bug fix" + - title: Build, CI and Tests + labels: + - "module: build" + - "module: CI pipelines" + - "module: test" + - title: Documentation + labels: + - "module: docs" + - title: Other Changes + labels: + - "*"