3
1
Fork 1
mirror of https://github.com/kiegroup/git-backporting synced 2024-05-18 17:29:48 +00:00
git-backporting/.release-it.json

15 lines
278 B
JSON

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