diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000..fda7af4f8 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +changelog: + exclude: + labels: + - no release notes + - maintenance + categories: + - title: Breaking changes + labels: + - breaking change + - title: Features + labels: + - enhancement + - perf + - title: Fixes + labels: + - bug + - security + - title: Documentation + labels: + - documentation