diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..b84ac00 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +changelog: + exclude: + labels: + - ignore-for-releasenotes + categories: + - title: 💥 Breaking changes + labels: + - breaking + - title: ✨ Exciting new features + labels: + - enhancement + - title: 🐛 Found and fixed bugs + labels: + - bug + - title: 📝 Added documentation + labels: + - documentation + - title: 🩹 Other changes + labels: + - '*'