forked from rubygems/rubygems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.changelog.yml
32 lines (25 loc) · 888 Bytes
/
.changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
header_template: "# %new_version / %release_date"
entry_template: "* %pull_request_title. Pull request #%pull_request_number by %pull_request_author"
release_date_format: "%Y-%m-%d"
entry_wrapping: 74
changelog_label_mapping:
"rubygems: security fix": "## Security fixes:"
"rubygems: breaking change": "## Breaking changes:"
"rubygems: deprecation": "## Deprecations:"
"rubygems: feature": "## Features:"
"rubygems: performance": "## Performance:"
"rubygems: enhancement": "## Enhancements:"
"rubygems: bug fix": "## Bug fixes:"
"rubygems: documentation": "## Documentation:"
"rubygems: backport": null
patch_level_labels:
- "rubygems: security fix"
- "rubygems: deprecation"
- "rubygems: enhancement"
- "rubygems: bug fix"
- "rubygems: performance"
- "rubygems: documentation"
- "rubygems: backport"
minor_level_labels:
- "rubygems: feature"