Skip to content

Commit

Permalink
chore: add changelog header configuration to release-it (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
artus9033 authored Aug 17, 2024
1 parent 72a85fd commit 9214884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
"infile": "CHANGELOG.md",
"header": "# chartjs-plugin-dragdata.js changelog"
}
},
"git": {
Expand Down

0 comments on commit 9214884

Please sign in to comment.