Skip to content

Commit 2c58c99

Browse files
Add release.yml for release notes automation (#2732)
Signed-off-by: Zilong Xia <zilongx@amazon.com> Co-authored-by: Tao Liu <33105471+Flyingliuhub@users.noreply.github.com>
1 parent 14af23a commit 2c58c99

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/release.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
authors:
8+
- amazon-auto
9+
categories:
10+
- title: 💥 Breaking Changes
11+
labels:
12+
- breaking
13+
- title: 📈 Features/Enhancements
14+
labels:
15+
- enhancement
16+
- title: 🐛 Bug Fixes
17+
labels:
18+
- bug
19+
- title: 🛡 Security
20+
labels:
21+
- cve
22+
- security vulnerability
23+
- title: 🚞 Infrastructure
24+
labels:
25+
- infra
26+
- title: 📝 Documentation
27+
labels:
28+
- docs
29+
- title: 🛠 Maintenance
30+
labels:
31+
- maintenance
32+
- title: 🪛 Refactoring
33+
labels:
34+
- refactor
35+
- title: 🔩 Tests
36+
labels:
37+
- test

0 commit comments

Comments
 (0)