diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..10c0f76 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +changelog: + categories: + - title: 🛠 Breaking Changes + labels: + - breaking-change + - title: 🎉 Exciting New Features + labels: + - enhancement + - title: 🐞 Bug fixes + labels: + - bug + - title: 👒 Dependencies + labels: + - dependencies + - title: 📘 Documentation + labels: + - documentation + - title: 🛠 Other Changes + labels: + - "*"