Skip to content

Commit 5dca78e

Browse files
chore: bootstrap changelog file creation
1 parent b327c95 commit 5dca78e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.release-it.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"github": {
33
"release": true
4+
},
5+
"plugins": {
6+
"@release-it/conventional-changelog": {
7+
"preset": "conventionalcommits",
8+
"infile": "CHANGELOG.md"
9+
}
410
}
511
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
],
4646
"devDependencies": {
4747
"@babel/core": "^7.16.7",
48+
"@release-it/conventional-changelog": "^4.1.0",
4849
"@size-limit/preset-small-lib": "^7.0.5",
4950
"@storybook/addon-essentials": "^6.4.12",
5051
"@storybook/addon-info": "^5.3.21",

0 commit comments

Comments
 (0)