Files
nebula.js/lerna.json
2020-03-02 13:44:06 +01:00

14 lines
305 B
JSON

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