Skip to content

v1.0.13 — hotfix: quick-release 正则 bug

Choose a tag to compare

@cipher-wb cipher-wb released this 14 May 06:10
· 2 commits to main since this release

hotfix v1.0.12 bug:

  • scripts/quick-release.ps1 正则 mental_model_version[::]\s*(v[\d.]+) 错匹配 prior_mental_model_version_ 字段
  • 导致 package.json#fengshenMentalModelVersion 被错改成 v0.16.40

修法:

  • 正则改 (?m)^mental_model_version[::]\s*(v[\d.]+) (行首锚)
  • package.json fengshenMentalModelVersion 修回 v0.16.41

验证: v1.0.13 重跑 quick-release v2 正确读到 v0.16.41 / mental_model 未变跳过 tarball