Skip to content

dsh-web-pets v0.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 19:40
· 3 commits to main since this release
  • 发布体系:npm 包(dsh-web-pets)、GitHub Release(tarball + SHA256)、CI/CD(ci.yml / release.yml)。
  • 更新检查改为按 web-pets-v* 前缀过滤 Release(携带 release notes),避免 monorepo 其它插件干扰。
  • /api/web-pets/update 识别 link / npm / tarball 三种安装形态:link 走 git pull + fix 脚本、npm 走 pnpm update、tarball 仅提示到 Release 下载。
  • 一键发版脚本 pnpm release -- patch|minor|major