Files
nebula.js/lerna.json
Christian Veinfors 95bbc29811 chore(release): v4.5.0 🚀
2023-10-03 15:09:20 +02:00

13 lines
272 B
JSON

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