Skip to content

Commit

Permalink
chore(lerna): update
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed May 12, 2024
1 parent 8529591 commit ab51222
Showing 1 changed file with 16 additions and 64 deletions.
80 changes: 16 additions & 64 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
"version": "6.0.4",
"npmClient": "yarn",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"loglevel": "verbose",
"command": {
"version": {
Expand All @@ -13,70 +11,24 @@
"changelogPreset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "chore",
"section": "Miscellaneous Chores"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "doc",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
}
{"type": "feat", "section": "Features"},
{"type": "feature", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "revert", "section": "Reverts"},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "chore", "section": "Miscellaneous Chores"},
{"type": "docs", "section": "Documentation", "hidden": true},
{"type": "doc", "section": "Documentation", "hidden": true},
{"type": "deps", "section": "Dependencies update", "hidden": false},
{"type": "style", "section": "Styles", "hidden": true},
{"type": "test", "section": "Tests", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
]
},
"changelogIncludeCommitsClientLogin": " by @%l",
"ignoreChanges": [
"*.md"
],
"ignoreChanges": ["*.md"],
"skipBumpOnlyReleases": false,
"message": "release:",
"private": true,
Expand Down

0 comments on commit ab51222

Please sign in to comment.