Skip to content

Commit

Permalink
chore: add license commit type
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Nov 5, 2024
1 parent f6db90b commit 4775084
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"packages": ["modules/*", "libraries/*", "features/*"],
"version": "independent",
"npmClient": "yarn",
"changelogPreset": "conventionalcommits"
"changelogPreset": {
"name": "conventionalcommits",
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "license", "section": "License" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "test", "hidden": true }
]
}
}

0 comments on commit 4775084

Please sign in to comment.