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 +6 -0
- package/README.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## 当前状态
|
|
8
8
|
|
|
9
|
-
|
|
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
|