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

14 lines
213 B
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"github": {
"release": true,
"tagName": "v${version}"
},
"npm": {
"tag": "next"
},
"preReleaseId": "beta",
"scripts": {
"beforeStart": "npm run prepublish:compile"
}
}