Skip to content

Commit 91b4fae

Browse files
authored
Configure automatic generation of release notes in GitHub (#9890)
1 parent 80ac0a2 commit 91b4fae

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- dependencies
5+
- Internal
6+
- CI
7+
- Documentation
8+
authors:
9+
- dependabot[bot]
10+
- pre-commit-ci[bot]
11+
categories:
12+
- title: Breaking changes
13+
labels:
14+
- Breaking
15+
- title: Features
16+
labels:
17+
- Feature
18+
- title: Bug fixes
19+
labels:
20+
- Bug
21+
- title: Translations
22+
labels:
23+
- Translations
24+
- title: Other changes
25+
labels:
26+
- '*'

0 commit comments

Comments
 (0)