We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1666989 commit 4a2a58eCopy full SHA for 4a2a58e
lerna.json
@@ -11,11 +11,13 @@
11
},
12
"publish": {
13
"npmClient": "yarn",
14
- "allowBranch": "master",
15
- "message": "chore(release): publish %s"
+ "allowBranch": "master"
16
17
"version": {
+ "allowBranch": "master",
18
"conventionalCommits": true,
19
+ "exact": true,
20
+ "message": "chore(release): publish %s",
21
"signGitCommit": true,
22
"signGitTag": true
23
}
package.json
@@ -72,7 +72,7 @@
72
"jest-junit": "6.0.1",
73
"jest-preset-angular": "6.0.2",
74
"jest-zone-patch": "0.0.10",
75
- "lerna": "3.10.6",
+ "lerna": "3.13.4",
76
"lint-staged": "8.1.0",
77
"ng-packagr": "4.6.0",
78
"npm-run-all": "4.1.5",
0 commit comments