Skip to content

Commit

Permalink
fix: fixed release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykumar97 committed Sep 19, 2021
1 parent add4ff4 commit d3000db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@
"@release-it/conventional-changelog": "^3.3.0",
"standard-version": "^9.3.0"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
"release-it": {
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}
}

0 comments on commit d3000db

Please sign in to comment.