@actionway/cli 0.18.20 → 0.18.21
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,5 +105,5 @@ pnpm cli -- generate-video --print-schema
|
|
|
105
105
|
`.github/workflows/release.yml` 负责:勾选 `actionway_cli`(可单独选择,也可与 Worker 组合)并选择版本 bump 后,
|
|
106
106
|
workflow 以 npm 已发布的最高版本为基线生成下一版本,构建当前仓库的
|
|
107
107
|
tarball,验证真实 npm install 后的 `.bin/actionway`、`--help`、`--version`
|
|
108
|
-
和 `logout`,再发布到 `latest
|
|
109
|
-
|
|
108
|
+
和 `logout`,再发布到 `latest`。同一 Production Release 也提供独立的
|
|
109
|
+
`sandbox_cli` 目标,把受检的 `@actionway/sandbox-cli` artifact 发布到 iLands wrapper 使用的 `prod` dist-tag。
|
package/package.json
CHANGED