diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 00000000..bdd5277e --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,24 @@ +changelog: + exclude: + labels: + - "type: dependencies" + - "dependencies" + categories: + - title: "✨ Features" + labels: + - "type: enhancement" + - "enhancement" + - title: "🔧 Changes" + labels: + - "breaking" + - title: "🐛 Fixes" + labels: + - "type: bug" + - "bug" + - title: "📚 Documentation" + labels: + - "type: documentation" + - "documentation" + - title: "Other" + labels: + - "*" \ No newline at end of file