16 lines
221 B
JSON
16 lines
221 B
JSON
|
{
|
||
|
"command": {
|
||
|
"publish": {
|
||
|
"message": "chore(release): publish"
|
||
|
}
|
||
|
},
|
||
|
"ignoreChanges": [
|
||
|
"**/CHANGELOG.md",
|
||
|
"**/test/**"
|
||
|
],
|
||
|
"packages": [
|
||
|
"packages/*"
|
||
|
],
|
||
|
"version": "independent"
|
||
|
}
|