fix(changelog): readd the header back in

This commit is contained in:
2025-07-12 17:37:13 -05:00
parent ac9ce206dd
commit 71b5017c82

View File

@@ -15,7 +15,8 @@
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
"infile": "CHANGELOG.md",
"config": ".versionrc.json"
}
},
"gitea": {