ssh-release 0.9.0 → 1.0.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
+ ## 1.0.0 - 2026-06-25
4
+
5
+ ### Added
6
+
7
+ - 发布 1.0.0 稳定版契约文档,明确 CLI 命令、JSON 输出、退出码、配置字段、发布后校验和安全边界的 SemVer 兼容规则。
8
+
3
9
  ## 0.9.0 - 2026-06-25
4
10
 
5
11
  ### Added
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 当前状态
8
8
 
9
- 当前仓库已完成第一版 MVP
9
+ 当前版本已进入 1.0 稳定版,CLI 命令、JSON 输出、配置字段和安全边界见 [docs/contracts.md](https://github.com/JackEngineer/ssh-release/blob/main/docs/contracts.md)
10
10
 
11
11
  已实现:
12
12
 
@@ -407,6 +407,7 @@ tests/
407
407
  └── validate.test.ts
408
408
 
409
409
  docs/
410
+ ├── contracts.md
410
411
  ├── github-actions.md
411
412
  ├── recovery.md
412
413
  ├── release-checklist.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssh-release",
3
- "version": "0.9.0",
3
+ "version": "1.0.0",
4
4
  "description": "A general-purpose SSH file release CLI.",
5
5
  "type": "module",
6
6
  "bin": {