forked from ninjasphere/kodi_jsonrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.cson
37 lines (37 loc) · 817 Bytes
/
changelog.cson
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
sections: [
{
name: ':sparkles: Features'
match: '^(?:feat|:sparkles:)\\((.*)\\):\\s(.*)$'
replace: '\\2'
grouping_capture: 1
include_body: true
}
{
name: ':bug: Bug Fixes'
match: '^(?:fix|:bug:)\\((.*)\\):\\s(.*)$'
replace: '\\2'
grouping_capture: 1
include_body: true
}
{
name: ':speedboat: Performance Improvements'
match: '^(?:perf|:speedboat:)\\((.*)\\):\\s(.*)$'
replace: '\\2'
grouping_capture: 1
include_body: true
}
{
name: ':house: Housekeeping'
match: '^(?:chore|:house:)\\((.*)\\):\\s(.*)$'
replace: '\\2'
grouping_capture: 1
include_body: true
}
{
name: ':lock: Security Note'
match: '^(?:security|:lock:)\\((.*)\\):\\s(.*)$'
replace: '\\2'
grouping_capture: 1
include_body: true
}
]