18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "independent",
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true,
|
|
"yes": true,
|
|
"message": "chore(release): publish"
|
|
}
|
|
},
|
|
"ignoreChanges": [
|
|
"**/__fixtures__/**",
|
|
"**/__tests__/**",
|
|
"**/*.md"
|
|
]
|
|
} |