mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
chore: add health check docker + update release-it config
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"hooks": {
|
||||
"before:init": [
|
||||
"npm run lint"
|
||||
"pnpm format",
|
||||
"pnpm lint"
|
||||
]
|
||||
},
|
||||
"git": {
|
||||
"commitMessage": "chore: release v${version}"
|
||||
"commitMessage": "chore: release v${version}",
|
||||
"commit": true,
|
||||
"tag": true,
|
||||
"push": true
|
||||
},
|
||||
"github": {
|
||||
"release": true
|
||||
|
||||
Reference in New Issue
Block a user