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 263e640 commit 0faa411Copy full SHA for 0faa411
.release-it.json
@@ -1,5 +1,11 @@
1
{
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
+ },
5
"github": {
6
"release": true
7
8
+ "hooks": {
9
+ "after:bump": "npx auto-changelog -p"
10
}
11
0 commit comments