18 lines
258 B
JSON
18 lines
258 B
JSON
![]() |
{
|
||
|
"github": {
|
||
|
"release": true,
|
||
|
"draft": true,
|
||
|
"releaseName": "${version}"
|
||
|
},
|
||
|
"npm": {
|
||
|
"publish": false
|
||
|
},
|
||
|
"plugins": {
|
||
|
"@release-it/bumper": {
|
||
|
"in": "package.json",
|
||
|
"out": [
|
||
|
"package.json"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|