14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"github": {
|
|
"release": true,
|
|
"draft": true,
|
|
"releaseName": "${version}"
|
|
},
|
|
"npm": {
|
|
"publish": true,
|
|
"publishPath": "./dist"
|
|
},
|
|
"hooks": {
|
|
"after:bump": ["pnpm clean", "pnpm build"]
|
|
}
|
|
}
|