diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..56de7fa --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +changelog: + exclude: + labels: + - build + categories: + - title: What's new + labels: + - feature + - title: Fixed bugs + labels: + - bug + - title: Documentation + labels: + - doc + - title: Other changes + labels: + - "*"