-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlerna.json
More file actions
29 lines (29 loc) · 1.22 KB
/
lerna.json
File metadata and controls
29 lines (29 loc) · 1.22 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
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "5.0.0",
"npmClient": "pnpm",
"loglevel": "verbose",
"command": {
"publish": {
"cleanupTempFiles": true,
"stripPackageKeys": [
"devDependencies",
"scripts"
]
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
"changelogIncludeCommitsClientLogin": " - by @%l",
"changelogHeaderMessage": "## Visit the [Excel-Builder-Vanilla](https://github.com/ghiscoding/excel-builder-vanilla) GitHub project or take a look at the [Live Demo](https://ghiscoding.github.io/excel-builder-vanilla)",
"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 release available on GitHub and NPM 🤖. Star us on GitHub ⭐"
}
},
"changelogPreset": "conventionalcommits",
"packages": [
"packages/*"
]
}