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 8e7e415 commit 95f29cfCopy full SHA for 95f29cf
package.json
@@ -130,9 +130,25 @@
130
"npm": {
131
"publish": true
132
},
133
+ "github": {
134
+ "release": true
135
+ },
136
"plugins": {
137
"@release-it/conventional-changelog": {
- "preset": "angular"
138
+ "infile": "CHANGELOG.md",
139
+ "preset": {
140
+ "name": "conventionalcommits",
141
+ "type": [
142
+ {
143
+ "type": "feat",
144
+ "section": "Features"
145
146
147
+ "type": "fix",
148
+ "section": "Bug Fixes"
149
+ }
150
+ ]
151
152
}
153
154
0 commit comments