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.
2 parents b9b7896 + 4734b14 commit 98d47eeCopy full SHA for 98d47ee
.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