diff --git a/package.json b/package.json index 62ea2f1a..d08bfaf3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "prepare": "husky install", "commit": "git add . && cz", - "release": "standard-version --no-verify --commit-all" + "release": "standard-version --no-verify --commit-all", + "release:dry": "npm run release -- --dry-run" }, "devDependencies": { "@commitlint/cli": "^16.1.0",