diff --git a/.github/release.yml b/.github/release.yml index 6e95aa3d2..9d9a71c33 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -7,6 +7,9 @@ changelog: - title: New Features 🎉 labels: - feature + exclude: + labels: + - contrib - title: Enhancements 🔧 labels: @@ -14,17 +17,21 @@ changelog: exclude: labels: - breaking change + - contrib - title: Fixes 🐞 labels: - bug exclude: labels: - - breaking change + - contrib - title: Breaking Changes 🛫 labels: - breaking change + exclude: + labels: + - contrib - title: Docs 📚 labels: