diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..6bf365c3 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,14 @@ +changelog: + categories: + - title: 🏕 New features or other improvements + labels: + - enhancement + - title: 🐞 Fixed bugs + labels: + - bug + - title: 👒 Updated dependencies + labels: + - dependencies + - title: 📄 Improved documentation + labels: + - documentation