From c07d6bff75c4e316763dbbd2bd6d6c110f525a49 Mon Sep 17 00:00:00 2001 From: winches <329487092@qq.com> Date: Wed, 15 Jan 2025 15:03:14 +0800 Subject: [PATCH] fix: codemod release --- packages/codemod/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 2760372..21b77bb 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -50,8 +50,8 @@ "lint:fix": "eslint . --max-warnings=0 --fix", "check:prettier": "prettier --check .", "check:types": "tsc --noEmit", - "changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path packages/codemod", - "release": "bumpp --execute='pnpm run changelog' --all --tag='@heroui/codemodv%s'", + "changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .", + "release": "bumpp --execute='pnpm run changelog' --all --tag '@heroui/codemodv%s'", "prepublishOnly": "pnpm run build" }, "dependencies": {