Skip to content

Commit

Permalink
dev: include changelog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Apr 5, 2024
1 parent 11fcdd1 commit 661d976
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"hooks":{
"before:init": ["npm run lint"],
"after:bump": ["npm run build"]
"hooks": {
"before:init": [
"npm run lint"
],
"after:bump": [
"npm run build"
]
},
"git": {
"commitMessage": "chore: release v${version}",
Expand All @@ -13,5 +17,11 @@
"release": true,
"draft": true,
"releaseName": "v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}

0 comments on commit 661d976

Please sign in to comment.