1
0
mirror of https://github.com/lxndrblz/anatole.git synced 2022-06-11 21:08:13 +03:00
Files
anatole-hugo-theme/.release-it.json
2022-03-10 19:48:03 +00:00

22 lines
397 B
JSON

{
"npm": {
"publish": false
},
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
},
"plugins": {
"@release-it/conventional-changelog": {
"header": "# Changelog",
"infile": "CHANGELOG.md",
"preset": "conventionalcommits"
}
}
}