From 2183e884085f56af30f37d927bb13791b76e54e2 Mon Sep 17 00:00:00 2001 From: Mitch Goudy Date: Tue, 10 Sep 2024 09:33:17 -0600 Subject: [PATCH] BREAKING CHANGE: adding dry run flag, BC commit tag to force major --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b195d1af..4c118836f 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "test:prepush": "npm run build && npm run test:unit && npm run test:size", "prepublishOnly": "export PUBLISH_RUN=true && npm run build && unset PUBLISH_RUN", "postpublish": "npm run docs:publish && npm run clean", - "semantic-release": "semantic-release", + "semantic-release": "semantic-release --dry-run", "precommit": "npm run lint && npm run prettier:check", "prepush": "npm run test:prepush" },