Files
nebula.js/lerna.json
Christian Veinfors f1efe03cae chore(release): v2.9.0 🚀
2022-04-01 11:33:42 +02:00

14 lines
297 B
JSON

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