Skip to content

Commit

Permalink
add auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Jul 9, 2023
1 parent 09a7610 commit 60f846d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitest/coverage-v8": "^0.33.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^3.0.0",
Expand All @@ -71,10 +72,12 @@
"npm": {
"publish": true
},
"git": {
"changelog": "pnpm exec auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
},
"github": {
"release": true,
"web": true,
"autoGenerate": true
"web": true
}
}
}
57 changes: 57 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 60f846d

Please sign in to comment.