Files
nebula.js/lerna.json
2021-08-16 13:32:57 +02:00

14 lines
297 B
JSON

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