11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"github": {
|
|
"release": true,
|
|
"draft": true,
|
|
"releaseName": "${version}"
|
|
},
|
|
"npm": {
|
|
"publish": true,
|
|
"publishPath": "./dist"
|
|
}
|
|
}
|