File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ This is an `Array` of rule objects. A rule object has a `release` property and 1
69
69
{
70
70
"release" : {
71
71
"analyzeCommits" : {
72
+ "path" : " sr-commit-analyzer" ,
72
73
"preset" : " angular" ,
73
74
"releaseRules" : [
74
75
{"type" : " docs" , "scope" : " README" , "release" : " patch" },
@@ -128,6 +129,7 @@ For example with `eslint` preset:
128
129
{
129
130
"release" : {
130
131
"analyzeCommits" : {
132
+ "path" : " sr-commit-analyzer" ,
131
133
"preset" : " eslint" ,
132
134
"releaseRules" : [
133
135
{"tag" : " Docs" , "message" :" /README/" , "release" : " patch" },
@@ -178,6 +180,7 @@ The following example uses [Angular convention](https://github.com/conventional-
178
180
{
179
181
"release" : {
180
182
"analyzeCommits" : {
183
+ "path" : " sr-commit-analyzer" ,
181
184
"preset" : " angular" ,
182
185
"parserOpts" : {
183
186
"noteKeywords" : [" BREAKING CHANGE" , " BREAKING CHANGES" , " BREAKING" ],
You can’t perform that action at this time.
0 commit comments