diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..a0ac2db --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,21 @@ +changelog: + exclude: + labels: + - ignore-for-release + - dependencies + categories: + - title: BREAKING CHANGES + labels: + - breaking-change + - title: Backend Changes + labels: + - backend + - title: Frontend Changes + labels: + - frontend + - title: Bug Fixes + labels: + - bug + - title: Other Changes + labels: + - "*" \ No newline at end of file