Skip to content

Commit

Permalink
Use the keep-a-changelog plugin for release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 3, 2024
1 parent cc66969 commit 3cafc1e
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 76 deletions.
9 changes: 8 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md",
"addUnreleased": true
}
},
"github": {
"release": true
"release": true,
"releaseName": "${version}"
}
}
Loading

0 comments on commit 3cafc1e

Please sign in to comment.