Skip to content

Commit

Permalink
Fix release-it plugins config (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
herzzanu authored May 11, 2023
1 parent 4d679a2 commit fe0d045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
},
"@release-it-plugins/workspaces": true
},
"git": {
"tagName": "v${version}",
Expand Down

0 comments on commit fe0d045

Please sign in to comment.