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

10 lines
149 B
JSON
Raw Normal View History

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