[tech] 🔖 chore(release): core@3.8.1 + cli@3.6.4 + template@3.8.0 - #61
Merged
Conversation
[摘要] 承载 PR #60 的主链无二次确认 + Core-only 自动代跑改造发版:Template minor bump 3.7.0→3.8.0,Core 与 CLI 按锁步规则各 patch bump。 - packages/core/package.json: version 3.8.0 → 3.8.1,templateVersion 3.7.0 → 3.8.0 - packages/cli/package.json: version 3.6.3 → 3.6.4,Core 依赖精确 pin 到 3.8.1 - templates/{zh-CN,en-US}/knowledge/manifest-routing.json.version 同步至 3.8.0 自检:npm run version:check / pack:check / test-package-install / npm test 全绿。 发版触发路径: - 打 core-v3.8.1 与 cli-v3.6.4 双 tag; - 在 GitHub Releases 页面为两个 tag 各建一个 Release(Release published 事件触发 .github/workflows/publish-npm.yml,走 npm trusted publishing 拿 provenance 勾)。
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.
发版目标
承载 PR #60 的主链无二次确认 + Core-only 自动代跑改造。
版本变化
变更文件
门禁自检
合入后发布 SOP(手动执行)
按 `repo-dev-workflow-constraints.md`「发版执行步骤」(禁止本地 `npm publish`,走 CI 拿 provenance):
```bash
1. 本地同步 main
git checkout main && git pull
2. 打两个 tag
git tag core-v3.8.1
git tag cli-v3.6.4
git push --tags
3. 到 GitHub Releases 页面为每个 tag 建一个 Release
- 标题: core-v3.8.1
- 标题: cli-v3.6.4
Release published 事件触发 .github/workflows/publish-npm.yml,
走 OIDC + npm trusted publishing 自动发包并带 provenance。
```
下游用户升级路径
发版后(npm 上出现新版),下游业务仓:
🤖 Generated with Claude Code