mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-02-22 02:25:44 -05: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"
|
|
}
|
|
}
|
|
} |