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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.0 - 2026-06-25
4
+
5
+ ### Added
6
+
7
+ - 增加 GitHub Actions 发布模板文档,覆盖 Pull Request 预检、生产发布、`--json --progress` 输出、环境保护和 Secrets 使用方式。
8
+
3
9
  ## 0.7.0 - 2026-06-25
4
10
 
5
11
  ### Added
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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssh-release",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "A general-purpose SSH file release CLI.",
5
5
  "type": "module",
6
6
  "bin": {