Skip to content

Commit 4bfcfe2

Browse files
feat: add changelog
1 parent 3afbfa0 commit 4bfcfe2

3 files changed

Lines changed: 132 additions & 2 deletions

File tree

CHANGELOG.md

Whitespace-only changes.

package-lock.json

Lines changed: 129 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"@type-challenges/utils": "^0.1.1",
1010
"@types/react": "^18.2.73",
1111
"@types/react-dom": "^18.2.23",
12+
"auto-changelog": "^2.4.0",
1213
"release-it": "^17.1.1",
1314
"ts-node": "^10.9.2",
1415
"typescript": "^5.4.3"
@@ -21,7 +22,8 @@
2122
"release-it": {
2223
"git": {
2324
"requireBranch": "main",
24-
"commitMessage": "chore: release v${version}"
25+
"commitMessage": "chore: release v${version}",
26+
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
2527
},
2628
"hooks": {
2729
"before:init": [

0 commit comments

Comments
 (0)