Skip to content

Commit

Permalink
Add config for release notes generation
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d1ba36)
  • Loading branch information
russcam committed Jul 20, 2020
1 parent bb122da commit 45cda6e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .ci/release/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Used in release notes generation to map GitHub labels to release notes sections

github:
owner: elastic
repository: elasticsearch-rs

# Label headers and their descriptions. The labels will form the sections of the release notes
labels:
enhancement: "Features & Enhancements"
bug: "Bug Fixes"
documentation: "Documentation & Examples"
uncategorized: "Uncategorized"
breaking-change: "Breaking Changes"
infra: "CI & testing"

# Label header to use for uncategorized issues and PRs
uncategorized: "Uncategorized"

0 comments on commit 45cda6e

Please sign in to comment.