From 4d10f82e76e83f71f424b2571a5b20e64b6f3948 Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Tue, 31 Oct 2023 13:57:17 -0500 Subject: [PATCH] revert changelog diff --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6759f2d802..7d9950cb53 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "test-coverage": "node scripts/test --coverage", "test-functional": "node scripts/test-functional", "audit-deps": "node ./scripts/audit-deps", - "changelog-lint": "commitlint --from master", "changelog": "npx conventional-changelog-cli -p angular -u", + "changelog-lint": "commitlint --from master", "changelog-lint-from-stdin": "commitlint", "github-pr-title-lint": "node ./scripts/github-pr-title-lint", "gen-contributing-toc": "npx doctoc CONTRIBUTING.md",