Files
my-links/.release-it.json

18 lines
273 B
JSON

{
"hooks": {
"before:init": ["pnpm lint", "pnpm run typecheck"]
},
"git": {
"commitMessage": "chore: release v${version}",
"commit": true,
"tag": true,
"push": true
},
"github": {
"release": true
},
"npm": {
"publish": false
}
}