Files
nebula.js/lerna.json
2023-05-15 09:59:22 +02:00

14 lines
297 B
JSON

{
"command": {
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"message": "chore(release): %s 🚀"
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "4.0.3",
"npmClient": "yarn",
"useWorkspaces": true
}