diff --git a/package.json b/package.json index 685940577..6e6e42013 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "commit-and-tag-version": { "scripts": { "postbump": "ts-node ./scripts/upgradeConfig.ts", - "postchangelog": "ts-node ./scripts/formatChangelog.ts" + "postchangelog": "ts-node ./scripts/formatChangelog.ts && markdownlint-cli2-fix" }, "writerOpts": { "commitsSort": false