Skip to content

Commit

Permalink
ci: reconfigure auto-changelog to only track merge commits (martinkas…
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 authored Sep 11, 2024
1 parent 145a730 commit 282c57c
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .auto-changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"package": true,
"output": "CHANGELOG.md",
"template": "compact",
"unreleased": false,
"commitLimit": false,
"ignoreCommitPattern": "^(?!.*\\(\\#\\d+\\)$).*",
"releaseSummary": false
}
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"after:bump": [
"rm -f *.tgz",
"yarn pack --out '%s_%v.tgz'",
"npx auto-changelog -p"
"npx auto-changelog -c .auto-changelog"
]
},
"git": {
Expand Down
90 changes: 90 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 @@ -35,6 +35,7 @@
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.7.4",
"auto-changelog": "^2.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
Expand Down

0 comments on commit 282c57c

Please sign in to comment.