Skip to content

Commit

Permalink
Merge pull request #2 from panates/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
erayhanoglu authored Nov 8, 2024
2 parents a50fd43 + d08f7a8 commit 9163fb1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"noGitTagVersion": true,
"noPrivate": true,
"ignoreChanges": [
"*.md",
"*.json",
"docs/**",
"test/**",
"build/**"
Expand All @@ -19,5 +17,17 @@
"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 9163fb1

Please sign in to comment.