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

10 lines
149 B
JSON

{
"github": {
"release": true,
"tagName": "v${version}"
},
"scripts": {
"beforeStart": "npm run prepublish:compile"
}
}