hicity-toolkit/lerna.json

14 lines
298 B
JSON

{
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn",
"workspaces": true,
"ignoreChanges": ["**/__tests__/**", "**/*.md", "**/.storybook/**"],
"command": {
"version": {
"conventionalCommits": true,
"message": "chore(release): Publish"
}
}
}