Skip to content

Commit dd57a50

Browse files
docs: configure release notes categories based on labels (#2184)
* docs: customize release notes categories based on labels * Update release.yml * Move dependencies under maintenance --------- Co-authored-by: Keegan Campbell <[email protected]>
1 parent 52e1853 commit dd57a50

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/release.yml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2+
3+
changelog:
4+
categories:
5+
- title: 💥 Breaking Changes
6+
labels:
7+
- "Type: Breaking change"
8+
9+
- title: 🚀 New Features
10+
labels:
11+
- "Type: Feature"
12+
- "New data source"
13+
- "New resource"
14+
15+
- title: 🐛 Bugfixes
16+
labels:
17+
- "Type: Bug"
18+
19+
- title: 🪦 Deprecations
20+
labels:
21+
- "Deprecation"
22+
23+
- title: 🛠️ Maintenance
24+
labels:
25+
- "Type: Maintenance"
26+
- "dependencies"
27+
28+
- title: 📝 Documentation
29+
labels:
30+
- "Type: Documentation"
31+
32+
- title: 🏷 Other Changes
33+
labels:
34+
- "*"

0 commit comments

Comments
 (0)