Skip to content

Commit

Permalink
chore: lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Aug 1, 2024
1 parent c75326f commit a10ed5d
Show file tree
Hide file tree
Showing 3 changed files with 2,072 additions and 22 deletions.
23 changes: 23 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.0.1",
"npmClient": "pnpm",
"packages": [
"packages/*",
"playground"
],
"command": {
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"changelogIncludeCommitsClientLogin": " - by @%l",
"message": "chore: release %s",
"remoteClient": "github"
}
},
"changelogPreset": "conventional-changelog-conventionalcommits",
"ignoreChanges": [
"**/test/**",
"**/*.md"
]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@dcloudio/types": "^3.4.12",
"@lerna-lite/cli": "^3.7.1",
"@lerna-lite/version": "^3.7.1",
"@types/node": "^20.14.13",
"bumpp": "^9.4.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"unbuild": "^3.0.0-rc.7",
Expand Down
Loading

0 comments on commit a10ed5d

Please sign in to comment.