mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"include-v-in-tag": true,
|
|
"draft": false
|
|
}
|
|
}
|
|
}
|