Skip to content

Commit

Permalink
chore: add conventional-changelog plugin for release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbrs committed Oct 2, 2024
1 parent b455438 commit 5ae71a8
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"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 @@ -50,6 +50,7 @@
"@nestjs/core": "^10.3.3",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/testing": "^10.3.3",
"@release-it/conventional-changelog": "^8.0.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/lodash.merge": "^4.6.6",
Expand Down
87 changes: 87 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 5ae71a8

Please sign in to comment.