Skip to content

Commit

Permalink
Add release.yml file to enable release note automation
Browse files Browse the repository at this point in the history
Signed-off-by: Zilong Xia <[email protected]>
  • Loading branch information
ZilongX committed Oct 24, 2022
1 parent a6579b1 commit 7329004
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"

0 comments on commit 7329004

Please sign in to comment.