-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy path.changelog.yml
More file actions
55 lines (44 loc) · 1.68 KB
/
.changelog.yml
File metadata and controls
55 lines (44 loc) · 1.68 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
rubygems:
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"
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"
bundler:
header_template: "## %new_version / %release_date"
entry_template: "* %title. Pull request [#%pull_request_number](%pull_request_url) by %pull_request_author"
release_date_format: "%Y-%m-%d"
changelog_label_mapping:
"bundler: feature": "### Features:"
"bundler: performance": "### Performance:"
"bundler: enhancement": "### Enhancements:"
"bundler: bug fix": "### Bug fixes:"
"bundler: security": "### Security:"
"bundler: breaking change": "### Breaking changes:"
"bundler: deprecation": "### Deprecations:"
"bundler: documentation": "### Documentation:"
"bundler: skip changelog": null
patch_level_labels:
- "bundler: enhancement"
- "bundler: bug fix"
- "bundler: security"
- "bundler: documentation"
- "bundler: skip changelog"