diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..d9019e9 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,22 @@ +changelog: + exclude: + labels: + - ignore-for-release + authors: + - octocat + categories: + - title: Breaking Changes 🛠 + labels: + - breaking-change + - title: New Features 🎉 + labels: + - enhancement + - title: Fixes 🐛 + labels: + - bug + - title: Translations 🌍 + labels: + - translations + - title: Other Changes + labels: + - "*" \ No newline at end of file