Files
nebula.js/lerna.json
2021-09-21 10:27:10 +02:00

14 lines
304 B
JSON

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