We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d6066 commit 1cb60b0Copy full SHA for 1cb60b0
lerna.json
@@ -1,6 +1,7 @@
1
{
2
"command": {
3
"version": {
4
+ "conventionalCommits": true,
5
"message": "chore(release): publish"
6
}
7
},
package.json
@@ -18,7 +18,7 @@
18
"publish": "lerna publish from-git --yes",
19
"test": "lerna run test",
20
"test:legacy": "lerna run test:legacy",
21
- "version": "lerna version --conventional-commits"
+ "version": "lerna version"
22
23
"workspaces": {
24
"packages": [
0 commit comments