diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..131498b --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ + +changelog: + exclude: + labels: + - chore + - refactoring + - skip-changelog + categories: + - title: 🎉 New Features + labels: + - enhancement + - title: 🐛 Bug Fixes + labels: + - bug + - title: 📝 Documentation + labels: + - documentation + - title: Other Changes + labels: + - "*"