Skip to content

Commit c923faf

Browse files
committed
chore: changelog set up
1 parent 65740d7 commit c923faf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.auto-changelog

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ignoreCommitPattern": "^chore",
3+
"output": "CHANGELOG.md",
4+
"template": "compact",
5+
"commitLimit": false,
6+
"hideCredit": true
7+
}

.release-it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"hooks": {
1313
"before:init":["git pull","npm run test"],
14-
"after:bump":"npx auto-changelog -p -l false"
14+
"after:bump":"npx auto-changelog -p"
1515
}
1616
}

0 commit comments

Comments
 (0)