Skip to content

Commit 0faa411

Browse files
committed
release: automatically create changelog
1 parent 263e640 commit 0faa411

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-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
{
2+
"git": {
3+
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
4+
},
25
"github": {
36
"release": true
7+
},
8+
"hooks": {
9+
"after:bump": "npx auto-changelog -p"
410
}
511
}

0 commit comments

Comments
 (0)