mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-21 11:08:42 +00:00
15 lines
No EOL
278 B
JSON
15 lines
No EOL
278 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore: release v${version}"
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "conventionalcommits",
|
|
"infile": "CHANGELOG.md",
|
|
"header": "# Changelog"
|
|
}
|
|
}
|
|
} |