Skip to content

Commit

Permalink
set up @release-it/conventional-changelog for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored and manuelmhtr committed Oct 13, 2024
1 parent 4ada1e8 commit b09463b
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"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 @@ -60,6 +60,7 @@
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.15.3",
"@release-it/conventional-changelog": "^8.0.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down
Loading

0 comments on commit b09463b

Please sign in to comment.