Skip to content

Commit e821983

Browse files
committed
Add autochangelog
1 parent 8dd0ea3 commit e821983

3 files changed

Lines changed: 150 additions & 0 deletions

File tree

.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": "https://amp-public-files-euc1.s3.eu-central-1.amazonaws.com/auto-changelog/changelog.hbs",
4+
"unreleased": false,
5+
"commitLimit": false,
6+
"ignoreCommitPattern": "^Release \\d+\\.\\d+\\.\\d+$",
7+
"appendGitLog": "--no-merges",
8+
"sortCommits": "date-desc"
9+
}

package-lock.json

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@aptoma/eslint-config": "^8.0.0",
4545
"@hapi/boom": "^10.0.1",
4646
"@hapi/hapi": "^21.3.10",
47+
"auto-changelog": "^2.4.0",
4748
"chai": "^4.5.0",
4849
"eslint": "^8.57.0",
4950
"mocha": "^10.7.3",

0 commit comments

Comments
 (0)