-
Notifications
You must be signed in to change notification settings - Fork 0
Release
blycr edited this page Feb 6, 2026
·
3 revisions
- 标签触发(推荐)
- 推送
v*标签(如v0.8.11)会触发.github/workflows/release.yml自动构建并发布 Release。
- 手动触发
- GitHub Actions 页面选择
release工作流。 - 输入
version与notes后执行。
- 确认主分支已包含目标改动(代码 + 文档)。
- 本地验证:
go test ./...pnpm -C web build
- 创建并推送标签:
git tag v0.8.11git push origin v0.8.11
- Windows:
msp-windows-amd64.exe等二进制与.sha256 - Linux/macOS: 对应架构二进制与
.sha256
- 主仓库:更新
CHANGELOG.md与docs/release/vX.Y.Z.md - Wiki:同步
Home/Home_CN、Changelog、必要专题页(如Encoding、Security)
- 不要将本地
config.json、msp.db提交到仓库。 - 家庭局域网模式默认按 HTTP 场景设计,公网暴露需自行增加网关防护。