Skip to content

Commit

Permalink
chore: Updated lerna config
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Nov 8, 2024
1 parent 9163fb1 commit ee2b676
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"noGitTagVersion": true,
"noPrivate": true,
"ignoreChanges": [
"*.md",
"*.json",
"docs/**",
"test/**",
"build/**"
Expand All @@ -17,17 +19,5 @@
"publish": {
"contents": "build"
}
},
"changelogPreset": {
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "refactor", "section": "Features"},
{"type": "perf", "hidden": true},
{"type": "test", "hidden": true}
]
}
}

0 comments on commit ee2b676

Please sign in to comment.