Skip to content

Commit d00a4c5

Browse files
Add release.yml for auto-generated release notes
Categorizes PRs into Features, Bug Fixes, Documentation, and Maintenance in auto-generated release notes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f741e57 commit d00a4c5

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/release.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
changelog:
2-
exclude:
3-
labels:
4-
- ignore-for-release
5-
authors:
6-
- dependabot
7-
- dependabot[bot]
82
categories:
9-
- title: Breaking Changes
10-
labels:
11-
- breaking
123
- title: New Features
134
labels:
145
- enhancement
@@ -17,13 +8,13 @@ changelog:
178
labels:
189
- bug
1910
- fix
20-
- title: Security
21-
labels:
22-
- security
2311
- title: Documentation
2412
labels:
25-
- docs
2613
- documentation
14+
- title: Maintenance
15+
labels:
16+
- dependencies
17+
- chore
2718
- title: Other Changes
2819
labels:
2920
- "*"

0 commit comments

Comments
 (0)