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 3737 }
3838 },
3939 "devDependencies" : {
40+ "@khala/commit-analyzer-wildcard" : " ^2.3.1" ,
4041 "@khala/npm-release-monorepo" : " ^2.3.0" ,
4142 "@khala/wildcard-release-notes" : " ^2.3.0" ,
4243 "@semantic-release/github" : " ^5.5.5" ,
7677 }
7778 }
7879 ],
80+ [
81+ " @khala/commit-analyzer-wildcard" ,
82+ {
83+ "patterns" : {
84+ "major" : " ^(major|breaking)\\ (" ,
85+ "minor" : " ^feat\\ (" ,
86+ "patch" : " ^(fix|patch)\\ ("
87+ }
88+ }
89+ ],
7990 {
8091 "path" : " @semantic-release/github" ,
8192 "assets" : [
Original file line number Diff line number Diff line change 55 "license" : " Apache-2.0" ,
66 "main" : " index.js" ,
77 "scripts" : {},
8+ "private" : true ,
89 "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
910 "devDependencies" : {
1011 "@babel/core" : " ^7.2.2" ,
Original file line number Diff line number Diff line change 44 "description" : " Parsers for Data Driven Forms." ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
7+ "private" : true ,
78 "license" : " Apache-2.0" ,
89 "scripts" : {
910 "build" : " rollup -c ./rollup.config.js"
Original file line number Diff line number Diff line change 15251525 "@types/istanbul-reports" "^1.1.1"
15261526 "@types/yargs" "^13.0.0"
15271527
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+
15281533"@khala/npm-release-monorepo@^2.3.0":
15291534 version "2.3.0"
15301535 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