ssh-release 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.0 - 2026-06-25
4
+
5
+ ### Added
6
+
7
+ - 增加失败恢复指南,覆盖远端锁、发布后校验失败、远端 `tar` 失败、SSH 登录失败、回滚失败和 CI/CD 失败处理流程。
8
+
3
9
  ## 0.8.0 - 2026-06-25
4
10
 
5
11
  ### Added
package/README.md CHANGED
@@ -365,6 +365,8 @@ npm install -g "$PACK_DIR"/ssh-release-"$VERSION".tgz --prefix "$PACK_DIR/prefix
365
365
 
366
366
  GitHub Actions 发布模板见 [docs/github-actions.md](https://github.com/JackEngineer/ssh-release/blob/main/docs/github-actions.md)。
367
367
 
368
+ 失败恢复指南见 [docs/recovery.md](https://github.com/JackEngineer/ssh-release/blob/main/docs/recovery.md)。
369
+
368
370
  版本变更见 [CHANGELOG.md](https://github.com/JackEngineer/ssh-release/blob/main/CHANGELOG.md)。
369
371
 
370
372
  ## 项目结构
@@ -406,6 +408,7 @@ tests/
406
408
 
407
409
  docs/
408
410
  ├── github-actions.md
411
+ ├── recovery.md
409
412
  ├── release-checklist.md
410
413
  └── superpowers/specs/2026-06-25-ssh-release-design.md
411
414
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssh-release",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "A general-purpose SSH file release CLI.",
5
5
  "type": "module",
6
6
  "bin": {