Skip to content

Commit 5818b55

Browse files
authored
ci: specify lerna changelog preset (#98)
1 parent f2e74cc commit 5818b55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"version": "independent",
66
"command": {
77
"publish": {
8-
"conventionalCommits": true
8+
"conventionalCommits": true,
9+
"changelogPreset": "conventionalcommits"
910
},
1011
"version": {
1112
"message": "chore(release): publish"

0 commit comments

Comments
 (0)