We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b327c95 commit 5dca78eCopy full SHA for 5dca78e
.release-it.json
@@ -1,5 +1,11 @@
1
{
2
"github": {
3
"release": true
4
+ },
5
+ "plugins": {
6
+ "@release-it/conventional-changelog": {
7
+ "preset": "conventionalcommits",
8
+ "infile": "CHANGELOG.md"
9
+ }
10
}
11
package.json
@@ -45,6 +45,7 @@
45
],
46
"devDependencies": {
47
"@babel/core": "^7.16.7",
48
+ "@release-it/conventional-changelog": "^4.1.0",
49
"@size-limit/preset-small-lib": "^7.0.5",
50
"@storybook/addon-essentials": "^6.4.12",
51
"@storybook/addon-info": "^5.3.21",
0 commit comments