ci: update changelog preset

This commit is contained in:
janniks
2022-09-27 12:39:45 +02:00
committed by janniks
parent 6c860af8cd
commit 889fa22f87
4 changed files with 206 additions and 266 deletions

View File

@@ -4,16 +4,13 @@
"publishConfig": {
"access": "public"
},
"packages": [
"packages/*"
],
"changelogPreset": "conventionalcommits",
"packages": ["packages/*"],
"command": {
"bootstrap": {
"forceLocal": true,
"hoist": true,
"npmClientArgs": [
"--ci"
]
"npmClientArgs": ["--ci"]
}
}
}