Skip to content

Commit 73d02c0

Browse files
committed
build: pretty changelog
1 parent 365a2fa commit 73d02c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/release.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@ async function main() {
307307
],
308308
{ cwd: pkg.path },
309309
)
310-
// NOTE: lint-staged is set up to format the markdown
311-
// await runIfNotDry(`pnpm`, ['exec', 'prettier', '--write', 'CHANGELOG.md'], {
312-
// cwd: pkg.path,
313-
// })
310+
// TODO: lint-staged should be set up to format the markdown
311+
await runIfNotDry(`pnpm`, ['exec', 'prettier', '--write', 'CHANGELOG.md'], {
312+
cwd: pkg.path,
313+
})
314314
// NOTE: pnpm publish automatically copies the LICENSE file
315315
}),
316316
)

0 commit comments

Comments
 (0)