@shendu-sdt/sdt-dev-agent 0.1.3-beta.20260519145111 → 0.1.3
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 +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -179,13 +179,6 @@ BUILD_NUMBER=20260519143000 pnpm run release:beta
|
|
|
179
179
|
pnpm run release:beta -- 20260519143000 --yes
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
beta 流水线前置条件:
|
|
183
|
-
|
|
184
|
-
- 流水线需配置私密变量 `NPM_TOKEN`
|
|
185
|
-
- `NPM_TOKEN` 必须是对 `@shendu-sdt/sdt-dev-agent` 具备 publish 权限的 npm 官方 token
|
|
186
|
-
- beta 发布步骤需在运行时写入 npm 官方 registry 的 `/root/.npmrc`
|
|
187
|
-
- token 建议使用有限有效期并定期轮换,例如 `90 days`
|
|
188
|
-
|
|
189
182
|
推荐发布分支约定:
|
|
190
183
|
|
|
191
184
|
- `master`:正式版发布分支,默认手动发布,由发布人显式选择 `patch` / `minor` / `major`
|