woocommerce/lerna.json

11 lines
194 B
JSON
Raw Normal View History

2020-05-08 16:53:39 +00:00
{
"command": {
"publish": {
"message": "chore(release): publish"
}
},
"ignoreChanges": [ "**/CHANGELOG.md", "**/test/**" ],
"packages": [ "tests/e2e/*" ],
"version": "independent"
}