Skip to content

Commit 478358e

Browse files
committed
Fix major release tags.
1 parent 60bc71d commit 478358e

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
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",
@@ -76,6 +77,16 @@
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": [

packages/common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {},
8+
"private": true,
89
"repository": "[email protected]:data-driven-forms/react-forms.git",
910
"devDependencies": {
1011
"@babel/core": "^7.2.2",

packages/parsers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,11 @@
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"

0 commit comments

Comments
 (0)