themes-wordpress/lerna.json
2021-11-24 17:25:09 +00:00

13 lines
221 B
JSON

{
"command": {
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"message": "chore: auto-update package info"
}
},
"packages": [
"**/*"
],
"version": "independent"
}