Skip to content

Commit c46f9ea

Browse files
castrojoJorgeCopilot
authored
feat: add .github/release.yml for release notes categorization (#1065)
Adds .github/release.yml to categorize PRs in release notes (GitHub generate-notes API). Assisted-by: Claude Sonnet 4.6 via GitHub Copilot Co-authored-by: Jorge <jorge@example.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e1a4614 commit c46f9ea

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Configure GitHub's automated release notes generation.
2+
# This file is read by the generate-notes API called in create-release action.
3+
changelog:
4+
exclude:
5+
authors:
6+
- github-actions
7+
- renovate
8+
- dependabot
9+
labels:
10+
- dependencies
11+
- skip-changelog
12+
categories:
13+
- title: Features
14+
labels:
15+
- enhancement
16+
- feature
17+
- title: Fixes
18+
labels:
19+
- bug
20+
- fix
21+
- title: Other Changes
22+
labels:
23+
- "*"

0 commit comments

Comments
 (0)