Files
nebula.js/lerna.json
Christian Veinfors c06af7d813 chore(release): v2.6.1 🚀
2022-02-25 11:41:25 +01:00

14 lines
297 B
JSON

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