-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathlerna.json
More file actions
36 lines (36 loc) · 1.32 KB
/
lerna.json
File metadata and controls
36 lines (36 loc) · 1.32 KB
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
29
30
31
32
33
34
35
36
{
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
"version": "10.5.1",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
"version": {
"conventionalCommits": true,
"createRelease": "github",
"changelogIncludeCommitsClientLogin": " - by @%l",
"changelogHeaderMessage": "## All-in-One SlickGrid agnostic library, visit [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) 📦🚀",
"commentIssues": "✅ This issue has been resolved and included in version %v 📦<br>🔗 The release notes are available at: [GitHub Release](%u) 🚀",
"commentPullRequests": "🎉 This pull request is included in version %v 📦<br>🔗 The release notes are available at: [GitHub Release](%u) 🚀",
"message": "chore(release): publish new version %s",
"releaseFooterMessage": "<br>🎉 Another great Slickgrid-Universal release 🤖 Star us on GitHub ⭐"
},
"publish": {
"cleanupTempFiles": true,
"stripPackageKeys": [
"devDependencies",
"scripts"
]
},
"watch": {
"noBail": true,
"noShell": true
}
},
"changelogPreset": "conventionalcommits",
"packages": [
"demos/*",
"frameworks/*",
"frameworks-plugins/*",
"packages/*"
]
}