diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000000..52064a31d8bc --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,37 @@ +# .github/release.yml + +changelog: + exclude: + labels: + - ignore-for-release + authors: + - amazon-auto + categories: + - title: 💥 Breaking Changes + labels: + - breaking + - title: 📈 Features/Enhancements + labels: + - enhancement + - title: 🐛 Bug Fixes + labels: + - bug + - title: 🛡 Security + labels: + - cve + - security vulnerability + - title: 🚞 Infrastructure + labels: + - infra + - title: 📝 Documentation + labels: + - docs + - title: 🛠 Maintenance + labels: + - maintenance + - title: 🪛 Refactoring + labels: + - refactor + - title: 🔩 Tests + labels: + - test \ No newline at end of file