-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
.changelog.yml
33 lines (26 loc) · 920 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
33
---
header_template: "# %new_version / %release_date"
entry_template: "* %title. Pull request [#%pull_request_number](%pull_request_url) by %pull_request_author"
extra_entry:
template: "* %title."
label: "rubygems: enhancement"
release_date_format: "%Y-%m-%d"
entry_wrapping: 74
changelog_label_mapping:
"rubygems: security": "## Security:"
"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: skip changelog": null
patch_level_labels:
- "rubygems: security"
- "rubygems: deprecation"
- "rubygems: enhancement"
- "rubygems: bug fix"
- "rubygems: performance"
- "rubygems: documentation"
- "rubygems: skip changelog"