zhengyiming
2025-05-29 b8aa16ee1bd825e9798b9c749a1b8877844882fb
.release-it.json
@@ -11,7 +11,8 @@
    "versionArgs": "--workspaces-update=false"
  },
  "hooks": {
    "after:bump": "echo 更新版本成功"
    "after:bump": "echo 更新版本成功",
    "after:git:release": "pnpm publish"
  },
  "plugins": {
    "@release-it/conventional-changelog": {