Files
nebula.js/lerna.json
2025-09-25 15:52:05 +02:00

13 lines
278 B
JSON

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