Skip to content

Commit f3238ea

Browse files
committed
chore(tools): automatically generate a changelog from the commit messages
1 parent 5a25e57 commit f3238ea

File tree

2 files changed

+1021
-2
lines changed

2 files changed

+1021
-2
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,16 @@
4444
},
4545
"github": {
4646
"release": true
47+
},
48+
"plugins": {
49+
"@release-it/conventional-changelog": {
50+
"preset": "angular",
51+
"infile": "CHANGELOG.md"
52+
}
4753
}
4854
},
4955
"devDependencies": {
56+
"@release-it/conventional-changelog": "^2.0.1",
5057
"@types/inquirer": "^7.3.1",
5158
"@types/mocha": "^8.2.1",
5259
"@types/node": "^14.14.32",

0 commit comments

Comments
 (0)