build(one): 准备 0.6.1 发版 - #85
Merged
Merged
Conversation
v0.6.0 之后 main 合入一个用户可见改动: - 定时任务停机错过触发点的记录与补偿(#57/#84) 一个 feat → minor 口径下发 patch 亦可,但取 0.6.1 保持 「一个发版窗口一个 minor」的节奏:源码树 8 包与 dsh-ccpg-one 依赖表同步 bump;升级器测试 npm latest mock 0.6.0 → 0.6.1 (保持 latest 领先已装语义)。npm 渠道仍只发单包 dsh-harness-one(版本取 dsh-ccpg-one)。 验证:全量单测绿;build-web.sh 双构建通过;assemble-one + publish-npm --dry-run 通过(dsh-harness-one@0.6.1)。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
v0.6.0 发版(#83)之后 main 又合入一个用户可见改动:定时任务停机错过触发点的记录与补偿(#57/#84)。线上 npm 0.6.0 不含 misfire,需要发 0.6.1 把它带给用户。
方案
dsh-ccpg-one依赖表同步dsh-harness-one(版本取自 dsh-ccpg-one);老 8 包维持 deprecate验证
npm test)build-web.sh双构建通过assemble-one.sh+publish-npm.sh --dry-run通过(dsh-harness-one@0.6.1,tarball 完整性 + 安装 smoke 无 SDK 泄漏)后续
合入后打
v0.6.1tag 触发 release.yml(pack → boot-smoke → npm 单包 → asset),然后在隔离环境实测设置面板一键升级 0.6.0 → 0.6.1。