Files
nebula.js/lerna.json
2023-04-14 14:50:58 +02:00

14 lines
305 B
JSON

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