We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a44ec commit 82eeb6bCopy full SHA for 82eeb6b
.releaserc.json
@@ -7,8 +7,8 @@
7
{
8
"preset": "angular",
9
"parserOpts": {
10
- "headerPattern": "^(\\w*)\\(([\\w\\-]+)\\):\\s(.*)$",
11
- "headerCorrespondence": ["type", "scope", "subject"]
+ "headerPattern": "^(\\w*):\\s(.*)$",
+ "headerCorrespondence": ["type", "subject"]
12
},
13
"releaseRules": [
14
@@ -53,11 +53,11 @@
53
54
55
56
57
58
59
"writerOpts": {
60
- "commitsSort": ["scope", "subject"]
+ "commitsSort": ["type", "subject"]
61
}
62
63
],
0 commit comments