-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release.yml for release notes automation (#2732)
Signed-off-by: Zilong Xia <[email protected]> Co-authored-by: Tao Liu <[email protected]>
- Loading branch information
1 parent
14af23a
commit 2c58c99
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |