diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..558b6029 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,28 @@ +# .github/release.yml + +changelog: + exclude: + labels: + - ignore-for-release + categories: + - title: 🛠 Breaking Changes + labels: + - Semver-Major + - breaking-change + - title: 🎉 Exciting New Features + labels: + - Semver-Minor + - enhancement + - improvement + - feature + - title: 📜 Documentation + labels: + - documentation + - title: 🐞 Bug Fixes + labels: + - fix + - bug + - bugfix + - title: 💡 Other Changes + labels: + - "*"