Skip to content

Commit a0948e4

Browse files
committed
chore: Add .auto-changelog configuration file.
1 parent 0e6e8a3 commit a0948e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.auto-changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"output": "CHANGELOG.md",
3+
"template": "keepachangelog",
4+
"unreleased": true,
5+
"commitLimit": false,
6+
"hideCredit": true,
7+
"sortCommits": "date-desc",
8+
"breakingPattern": "BREAKING CHANGE: yes"
9+
}

0 commit comments

Comments
 (0)