@wdyy/skills 0.1.25 → 0.1.26
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ wdyy update-skill --all
|
|
|
83
83
|
|
|
84
84
|
### 使用发布脚本
|
|
85
85
|
|
|
86
|
-
推荐从项目根目录手动运行 `release_npm.sh`。脚本会检查工作区、组织权限、完整测试、lint 与打包内容,自动执行 `npm version <patch|minor|major>`、`npm publish --access public
|
|
86
|
+
推荐从项目根目录手动运行 `release_npm.sh`。脚本会检查工作区、组织权限、完整测试、lint 与打包内容,自动执行 `npm version <patch|minor|major>`、`npm publish --access public`;发布命令成功后输出本地与远程版本查询方法,由工程师在 registry 同步完成后人工核验。它不会执行登录、浏览器认证、自动查询远程版本或处理认证凭据。
|
|
87
87
|
|
|
88
88
|
首次运行或登录失效时,先手工登录;脚本检测到未登录也会提示并退出:
|
|
89
89
|
|