Skip to content

Commit 25014cb

Browse files
committed
chore: update release config
1 parent 65b43b7 commit 25014cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
"release-it": {
105105
"git": {
106106
"commitMessage": "chore: release ${version}",
107-
"tagName": "v${version}"
107+
"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"
108109
},
109110
"npm": {
110111
"publish": false

0 commit comments

Comments
 (0)