-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
lerna.json
28 lines (28 loc) · 839 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
28
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "5.10.1",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
"publish": {
"cleanupTempFiles": true,
"removePackageFields": [
"devDependencies",
"scripts"
]
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
"changelogIncludeCommitsClientLogin": " - by @%l",
"changelogHeaderMessage": "## All-in-One SlickGrid framework agnostic wrapper, visit [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) 📦🚀",
"message": "chore(release): publish new version %s",
"syncWorkspaceLock": true
}
},
"changelogPreset": "conventional-changelog-conventionalcommits",
"packages": [
"examples/*",
"packages/*"
]
}