mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"version": "independent",
|
|
"command": {
|
|
"version": {
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"ignoreChanges": ["**/*.md"],
|
|
"message": "chore(release): publish",
|
|
"yes": true
|
|
},
|
|
"publish": {
|
|
"registry": "https://registry.npmjs.org",
|
|
"yes": true
|
|
}
|
|
},
|
|
"npmClient": "yarn",
|
|
"packages": ["packages/*"]
|
|
}
|