Files
nebula.js/lerna.json
2022-10-13 15:39:04 +02:00

14 lines
297 B
JSON

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