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

10 lines
140 B
JSON
Raw Normal View History

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