Files
nebula.js/lerna.json
2025-02-25 17:01:43 +01:00

13 lines
271 B
JSON

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