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 65b43b7 commit 25014cbCopy full SHA for 25014cb
package.json
@@ -104,7 +104,8 @@
104
"release-it": {
105
"git": {
106
"commitMessage": "chore: release ${version}",
107
- "tagName": "v${version}"
+ "tagName": "v${version}",
108
+ "changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
109
},
110
"npm": {
111
"publish": false
0 commit comments