@viceme-ai/cli 0.19.0 → 0.20.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 +15 -0
- package/checksums.txt +6 -6
- package/docs/releasing.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.20.0] - 2026-08-31
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 统一网站关注与付费发布流程 (`77ee070`)
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- 下载 Skill 安装守卫与已下架官方 Skill 退役身份 (#161) (`63f498d`)
|
|
12
|
+
- 解决 CLI 发布分支冲突 (#166) (`e7ff4d1`)
|
|
13
|
+
|
|
14
|
+
### Other Changes
|
|
15
|
+
|
|
16
|
+
- v0.19.0 (#159) (`17725ab`)
|
|
17
|
+
|
|
3
18
|
## [0.19.0] - 2026-08-31
|
|
4
19
|
|
|
5
20
|
### Features
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
f836bc3814162cd1960963e27c05e19cc4d3a97e55cc27aae11161cd5be7d108 viceme_0.20.0_darwin_amd64
|
|
2
|
+
88354db909562d3a3e4471fa5dbadccc6c5fe5b5e91c0052a2a28b034a9b157e viceme_0.20.0_darwin_arm64
|
|
3
|
+
ba7ee65759c43e97b00d2afafa4b960efa2900e05cf5dc1305b75fdaeae2f4e5 viceme_0.20.0_linux_amd64
|
|
4
|
+
a74fb140f8cd37b70304dbe25ade204b5e50072a99d5c1ecbc1b0cb6578b8ea1 viceme_0.20.0_linux_arm64
|
|
5
|
+
8cb6ca5c48fb8121dce7149f742d336f2a6ce2440ae79fb74d1a445646076288 viceme_0.20.0_windows_amd64.exe
|
|
6
|
+
d119b90bac789458a9d0238159e0cb450f4a7f3d26d517c82ed1f3db966bd1e2 viceme_0.20.0_windows_arm64.exe
|
package/docs/releasing.md
CHANGED
|
@@ -36,6 +36,12 @@ files, create tags, write changelog entries, or run npm commands locally.
|
|
|
36
36
|
Global `start` buckets, publishes npm, and then sends an
|
|
37
37
|
AI-generated release summary to the release notification group in Feishu.
|
|
38
38
|
|
|
39
|
+
After a production promotion, merge the new `main` history back into `dev`
|
|
40
|
+
before opening the next Release PR. When the released tree already matches
|
|
41
|
+
`dev`, keep the `dev` tree and record only the ancestry merge; this prevents the
|
|
42
|
+
next `dev` to `main` promotion from reopening conflicts in already-released
|
|
43
|
+
files.
|
|
44
|
+
|
|
39
45
|
## One-time repository setup
|
|
40
46
|
|
|
41
47
|
Register a private organization-owned GitHub App named `ViceMe CLI Release Bot`.
|