mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
20 lines
283 B
JSON
20 lines
283 B
JSON
{
|
|
"hooks": {
|
|
"before:init": [
|
|
"pnpm format",
|
|
"pnpm lint"
|
|
]
|
|
},
|
|
"git": {
|
|
"commitMessage": "chore: release v${version}",
|
|
"commit": true,
|
|
"tag": true,
|
|
"push": true
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
}
|
|
} |