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 95d287b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
}
},
"github": {
"release": true
}
Expand Down
57 changes: 57 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.5",
"@release-it/keep-a-changelog": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitest/coverage-istanbul": "^1.1.1",
Expand Down

0 comments on commit 95d287b

Please sign in to comment.