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 +6 -0
- package/README.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
```
|