Files
nebula.js/lerna.json
2020-10-07 09:37:13 +02:00

14 lines
305 B
JSON

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