Skip to content

Commit 1cb60b0

Browse files
committed
build: conventional commit property in lerna conf
1 parent 28d6066 commit 1cb60b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"command": {
33
"version": {
4+
"conventionalCommits": true,
45
"message": "chore(release): publish"
56
}
67
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"publish": "lerna publish from-git --yes",
1919
"test": "lerna run test",
2020
"test:legacy": "lerna run test:legacy",
21-
"version": "lerna version --conventional-commits"
21+
"version": "lerna version"
2222
},
2323
"workspaces": {
2424
"packages": [

0 commit comments

Comments
 (0)