Files
my-links/.release-it.json
Sonny 0bf5ac11b0 ci: create docker push only workflow
and change default behaviour: deploy when tag is created instead
2024-03-27 23:39:25 +01:00

16 lines
210 B
JSON

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