Skip to content

Commit aae5c84

Browse files
committed
feat: delete unwanted changelog options
1 parent 5eb75ad commit aae5c84

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

lerna.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
{
22
"npmClient": "yarn",
33
"version": "independent",
4-
"conventionalCommits": false,
54
"useWorkspaces": true,
65
"packages": [
76
"packages/*"
8-
],
9-
"changelog": {
10-
"labels": {
11-
"feat": "New Feature",
12-
"fix": "Bug Fix",
13-
"docs": "Documentation",
14-
"perf": "Performance",
15-
"refactor": "Code Refactoring"
16-
}
17-
}
7+
]
188
}

0 commit comments

Comments
 (0)