saleor-app-sdk-REDIS_APL/.release-it.json

15 lines
224 B
JSON
Raw Normal View History

2022-08-30 08:18:03 +00:00
{
"github": {
"release": true,
"draft": true,
"releaseName": "${version}"
},
"npm": {
2022-09-05 13:11:18 +00:00
"publish": true,
2022-09-05 14:27:14 +00:00
"publishPath": "./dist"
2022-09-05 14:38:57 +00:00
},
"hooks": {
"after:bump": ["pnpm clean", "pnpm build"]
2022-08-30 08:18:03 +00:00
}
}