Skip to content

Commit

Permalink
chore(changelog): use conventional commits based on angular
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhale committed Jul 6, 2023
1 parent dd90765 commit 65d5108
Show file tree
Hide file tree
Showing 4 changed files with 642 additions and 29 deletions.
6 changes: 4 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"skipChecks": true
},
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md",
"header": "# Changelog"
}
}
}
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@release-it/keep-a-changelog": "^3.1.0",
"@release-it/conventional-changelog": "^6.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.1",
Expand Down
Loading

0 comments on commit 65d5108

Please sign in to comment.