Skip to content

Commit 2d1ba36

Browse files
committed
Add config for release notes generation
1 parent fb41ca5 commit 2d1ba36

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.ci/release/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Used in release notes generation to map GitHub labels to release notes sections
2+
3+
github:
4+
owner: elastic
5+
repository: elasticsearch-rs
6+
7+
# Label headers and their descriptions. The labels will form the sections of the release notes
8+
labels:
9+
enhancement: "Features & Enhancements"
10+
bug: "Bug Fixes"
11+
documentation: "Documentation & Examples"
12+
uncategorized: "Uncategorized"
13+
breaking-change: "Breaking Changes"
14+
infra: "CI & testing"
15+
16+
# Label header to use for uncategorized issues and PRs
17+
uncategorized: "Uncategorized"

0 commit comments

Comments
 (0)