Files
xyflow/.release-it.json
2020-11-02 14:06:53 +01:00

13 lines
254 B
JSON

{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"hooks": {
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
}