Skip to content

Commit

Permalink
Fix release note
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Jul 14, 2023
1 parent ef8d21c commit 3c13c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"scripts": {
"build": "rimraf dist && tsup --format cjs,esm src/mod.ts --dts src/mod.ts",
"changelog": "auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"changelog": "auto-changelog --stdout --hide-credit true --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"lint": "prettier . --check && eslint . && tsc --noEmit",
"lint:fix": "prettier . --write . && eslint . --fix",
"release": "release-it --only-version",
Expand Down Expand Up @@ -74,7 +74,7 @@
"publish": true
},
"git": {
"changelog": "pnpm run changelog"
"changelog": "pnpm run --silent changelog"
},
"github": {
"release": true,
Expand Down

0 comments on commit 3c13c29

Please sign in to comment.