Skip to content

Commit

Permalink
chore: Add .auto-changelog configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 4, 2021
1 parent 0e6e8a3 commit a0948e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .auto-changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": true,
"commitLimit": false,
"hideCredit": true,
"sortCommits": "date-desc",
"breakingPattern": "BREAKING CHANGE: yes"
}

0 comments on commit a0948e4

Please sign in to comment.