diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000000..5d8e225d1c2 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,24 @@ +changelog: + exclude: + labels: + - ignore-for-release + categories: + - title: Breaking Changes + labels: + - type:breaking-change + - title: Bugfixes + labels: + - type:bug + - title: New Features + labels: + - type:feature + - title: Improvements + labels: + - type:improvement + - type:performance + - title: We care about documentation + labels: + - type:docs + - title: Other Notable Changes + labels: + - "*"