Files
nebula.js/lerna.json
2025-12-08 14:17:07 +01:00

14 lines
331 B
JSON

{
"command": {
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"message": "chore(release): %s 🚀"
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "6.3.0",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}