Files
nebula.js/lerna.json
2025-03-25 13:17:37 +01:00

13 lines
271 B
JSON

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