diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000..bbdf60821 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,26 @@ +# .github/release.yml + +changelog: + exclude: + labels: + - ignore-for-release + authors: + - amazon-auto + categories: + - title: Breaking Changes 🛠 + labels: + - Semver-Major + - breaking-change + - title: Exciting New Features 🎉 + labels: + - Semver-Minor + - enhancement + - feature + - title: Security fix + labels: + - cve + - security vulnerability + - title: Bug Fix + - title: Other Changes + labels: + - "*" \ No newline at end of file