hexo/node_modules/fast-equals/.release-it.beta.json

14 lines
200 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"github": {
"release": true,
"tagName": "v${version}"
},
"npm": {
"tag": "next"
},
"preReleaseId": "beta",
"scripts": {
"beforeStart": "npm run prepublish:compile"
}
}