diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..a486735 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,26 @@ +changelog: + exclude: + authors: + - github-actions + categories: + - title: ⚠️ Breaking Changes + labels: + - bc-break + - title: 🔧 Refactoring + labels: + - refactoring + - title: 🔒 Security + labels: + - security + - title: ✨ Features and enhancements + labels: + - feature + - enhancement + - title: 🐛 Bugs + labels: + - bug + - regression + - title: 🤖 Devops + labels: + - chore + - devops