-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 956 Bytes
/
package.json
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
{
"name": "bloodflow",
"auto-changelog": {
"replaceText": {
"([bB]reaking: ?)": "",
"([bB]reaking change: ?)": "",
"(^[bB]uild: ?)": "",
"(^[bB]uild\\((.*)\\): ?)": "\\($2\\)",
"(^[cC]hore: ?)": "",
"(^[cC]hore\\((.*)\\): ?)": "\\($2\\)",
"(^[cC][iI]: ?)": "",
"(^[cC][iI]\\((.*)\\): ?)": "\\($2\\)",
"(^[dD]ocs: ?)": "",
"(^[dD]ocs\\((.*)\\): ?)": "\\($2\\)",
"(^[fF]eat: ?)": "",
"(^[fF]eat\\((.*)\\): ?)": "\\($2\\)",
"(^[fF]ix: ?)": "",
"(^[fF]ix\\((.*)\\): ?)": "\\($2\\)",
"(^[pP]erf: ?)": "",
"(^[pP]erf\\((.*)\\): ?)": "\\($2\\)",
"(^[rR]efactor: ?)": "",
"(^[rR]efactor\\((.*)\\): ?)": "\\($2\\)",
"(^[rR]evert: ?)": "",
"(^[rR]evert\\((.*)\\): ?)": "\\($2\\)",
"(^[sS]tyle: ?)": "",
"(^[sS]tyle\\((.*)\\): ?)": "\\($2\\)",
"(^[tT]est: ?)": "",
"(^[tT]est\\((.*)\\): ?)": "\\($2\\)"
}
}
}