We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb41ca5 commit 2d1ba36Copy full SHA for 2d1ba36
.ci/release/config.yml
@@ -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