Skip to content

Commit

Permalink
chore: add semantic changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
goszczynskip committed Jul 18, 2023
1 parent d74fde4 commit 2bb4d0a
Show file tree
Hide file tree
Showing 3 changed files with 808 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"commitMessage": "chore: release ${version} [skip ci]",
"requireCleanWorkingDir": false
},
"hooks": {
"after:bump": "pnpm dlx auto-changelog -p"
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.0",
"@types/node": "^20.4.2",
"release-it": "^16.1.2",
"tsup": "^7.1.0",
Expand Down
Loading

0 comments on commit 2bb4d0a

Please sign in to comment.