forked from ruby/rubygems
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.changelog.yml
More file actions
31 lines (24 loc) · 873 Bytes
/
Copy path.changelog.yml
File metadata and controls
31 lines (24 loc) · 873 Bytes
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
---
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: feature": "### Features:"
"rubygems: performance": "### Performance:"
"rubygems: enhancement": "### Enhancements:"
"rubygems: bug fix": "### Bug fixes:"
"rubygems: security": "### Security:"
"rubygems: breaking change": "### Breaking changes:"
"rubygems: deprecation": "### Deprecations:"
"rubygems: documentation": "### Documentation:"
"rubygems: skip changelog": null
patch_level_labels:
- "rubygems: enhancement"
- "rubygems: bug fix"
- "rubygems: security"
- "rubygems: documentation"
- "rubygems: skip changelog"