Skip to content

Commit b2d6bb2

Browse files
committed
add release.yml to be able to categorise github release notes (#16219)
1 parent b98a6aa commit b2d6bb2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/release.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
- duplicate
8+
- wontfix
9+
categories:
10+
- title: 🙌 Notable Changes
11+
labels:
12+
- category/notable
13+
- title: 💥 Breaking Changes
14+
labels:
15+
- category/breaking
16+
- title: 🐛 Bug Fixes
17+
labels:
18+
- type/bug
19+
- category/bug
20+
- title: 📄 Documentation
21+
labels:
22+
- category/documentation
23+
- title: 🏠 Internal
24+
labels:
25+
- internal
26+
- title: 📦 Dependencies
27+
labels:
28+
- dependencies
29+
- title: 🌈 A11Y
30+
labels:
31+
- category/accessibility
32+
- title: 🚀 New Features
33+
labels:
34+
- '*'

0 commit comments

Comments
 (0)