ssh-release 1.0.1 → 1.0.2
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 +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -339,6 +339,7 @@ npm run build
|
|
|
339
339
|
- `npm run build`:编译 `dist/`。
|
|
340
340
|
- GitHub Actions 会在 `main` 推送和 Pull Request 上运行 `npm ci`、`lint`、`test` 和 `build`。
|
|
341
341
|
- 推送 `v*` 标签会触发 npm 自动发布 workflow。发布使用 npm Trusted Publishing,不需要长期 `NPM_TOKEN`。
|
|
342
|
+
- 发布 workflow 会在 `npm publish` 后验证 npm registry 的当前版本和 `latest`,并从 npm 重新安装当前版本做 CLI 烟测。
|
|
342
343
|
|
|
343
344
|
## 发布前检查
|
|
344
345
|
|