-
Notifications
You must be signed in to change notification settings - Fork 5
/
lerna.json
27 lines (27 loc) · 902 Bytes
/
lerna.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "3.4.4",
"npmClient": "pnpm",
"loglevel": "verbose",
"command": {
"publish": {
"cleanupTempFiles": true,
"removePackageFields": [
"devDependencies",
"scripts"
]
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
"changelogIncludeCommitsClientLogin": " - by @%l",
"changelogHeaderMessage": "## Visit the [Multiple-Select-Vanilla](https://github.com/ghiscoding/multiple-select-vanilla) GitHub project or take a look at the [Live Demo](https://ghiscoding.github.io/multiple-select-vanilla)",
"message": "chore(release): publish new version %s",
"syncWorkspaceLock": true
}
},
"changelogPreset": "conventional-changelog-conventionalcommits",
"packages": [
"packages/multiple-select-vanilla"
]
}