Files
nebula.js/lerna.json
2023-01-13 17:06:43 +01:00

14 lines
305 B
JSON

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