diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..769bcc9 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +changelog: + categories: + - title: "✨ Features" + labels: + - "enhancement" + - title: "🔧 Changes" + labels: + - "breaking" + - title: "🐛 Fixes" + labels: + - "bug" + - title: "📚 Documentation" + labels: + - "documentation" + - title: "Other" + labels: + - "*"