File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"devDependencies" : {
40
+ "@khala/commit-analyzer-wildcard" : " ^2.3.1" ,
40
41
"@khala/npm-release-monorepo" : " ^2.3.0" ,
41
42
"@khala/wildcard-release-notes" : " ^2.3.0" ,
42
43
"@semantic-release/github" : " ^5.5.5" ,
76
77
}
77
78
}
78
79
],
80
+ [
81
+ " @khala/commit-analyzer-wildcard" ,
82
+ {
83
+ "patterns" : {
84
+ "major" : " ^(major|breaking)\\ (" ,
85
+ "minor" : " ^feat\\ (" ,
86
+ "patch" : " ^(fix|patch)\\ ("
87
+ }
88
+ }
89
+ ],
79
90
{
80
91
"path" : " @semantic-release/github" ,
81
92
"assets" : [
Original file line number Diff line number Diff line change 5
5
"license" : " Apache-2.0" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {},
8
+ "private" : true ,
8
9
"repository" :
" [email protected] :data-driven-forms/react-forms.git" ,
9
10
"devDependencies" : {
10
11
"@babel/core" : " ^7.2.2" ,
Original file line number Diff line number Diff line change 4
4
"description" : " Parsers for Data Driven Forms." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
+ "private" : true ,
7
8
"license" : " Apache-2.0" ,
8
9
"scripts" : {
9
10
"build" : " rollup -c ./rollup.config.js"
Original file line number Diff line number Diff line change 1525
1525
"@types/istanbul-reports" "^1.1.1"
1526
1526
"@types/yargs" "^13.0.0"
1527
1527
1528
+ "@khala/commit-analyzer-wildcard@^2.3.1":
1529
+ version "2.3.1"
1530
+ resolved "https://registry.yarnpkg.com/@khala/commit-analyzer-wildcard/-/commit-analyzer-wildcard-2.3.1.tgz#4bba870f52ed2d055d085da01637153807a1db8a"
1531
+ integrity sha512-CbU2kLZN467aZmDFkPHEjrJOHSdYgAVarxs4TzsVVXi6v9yof/xkVhRcesP107sJjgoU1xJe9wXgw6mJRiydXQ==
1532
+
1528
1533
"@khala/npm-release-monorepo@^2.3.0":
1529
1534
version "2.3.0"
1530
1535
resolved "https://registry.yarnpkg.com/@khala/npm-release-monorepo/-/npm-release-monorepo-2.3.0.tgz#3608dede657e42d0e6f712b903c190f1c46fa0e5"
You can’t perform that action at this time.
0 commit comments