ssh-release 0.7.0 → 0.8.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
|
@@ -363,6 +363,8 @@ npm install -g "$PACK_DIR"/ssh-release-"$VERSION".tgz --prefix "$PACK_DIR/prefix
|
|
|
363
363
|
|
|
364
364
|
完整发布步骤见 [docs/release-checklist.md](https://github.com/JackEngineer/ssh-release/blob/main/docs/release-checklist.md)。
|
|
365
365
|
|
|
366
|
+
GitHub Actions 发布模板见 [docs/github-actions.md](https://github.com/JackEngineer/ssh-release/blob/main/docs/github-actions.md)。
|
|
367
|
+
|
|
366
368
|
版本变更见 [CHANGELOG.md](https://github.com/JackEngineer/ssh-release/blob/main/CHANGELOG.md)。
|
|
367
369
|
|
|
368
370
|
## 项目结构
|
|
@@ -403,6 +405,7 @@ tests/
|
|
|
403
405
|
└── validate.test.ts
|
|
404
406
|
|
|
405
407
|
docs/
|
|
408
|
+
├── github-actions.md
|
|
406
409
|
├── release-checklist.md
|
|
407
410
|
└── superpowers/specs/2026-06-25-ssh-release-design.md
|
|
408
411
|
```
|