mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true,
|
|
"message": "chore(release): publish"
|
|
}
|
|
},
|
|
"packages": ["packages/*"],
|
|
"ignoreChanges": ["**/yarn.lock", "packages/*/test/**", "**/*.md"],
|
|
"version": "independent"
|
|
}
|