Skip to content

Commit

Permalink
Add autochangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarlium committed Aug 29, 2024
1 parent 8dd0ea3 commit e821983
Show file tree
Hide file tree
Showing 3 changed files with 150 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": "https://amp-public-files-euc1.s3.eu-central-1.amazonaws.com/auto-changelog/changelog.hbs",
"unreleased": false,
"commitLimit": false,
"ignoreCommitPattern": "^Release \\d+\\.\\d+\\.\\d+$",
"appendGitLog": "--no-merges",
"sortCommits": "date-desc"
}
140 changes: 140 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@aptoma/eslint-config": "^8.0.0",
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.10",
"auto-changelog": "^2.4.0",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.7.3",
Expand Down

0 comments on commit e821983

Please sign in to comment.