From 97840afbf30fc3a1918009630089acab68327da8 Mon Sep 17 00:00:00 2001 From: Ans Date: Wed, 6 Nov 2024 13:13:21 -0500 Subject: [PATCH] Adjust changelog process --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 777e41e32..8b99d2d44 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "release-it": { "git": { "requireBranch": "main", - "changelog": "yarn exec git-cliff -o - --include-path 'packages/cfpb-design-system/**/*' --latest", + "changelog": "yarn exec git-cliff -o - --include-path 'packages/cfpb-design-system/**/*' --latest --bump", "commitsPath": "packages/cfpb-design-system", "requireCommits": true },