@modern-js/plugin-changeset 2.22.1-beta.5 → 2.22.1-beta.6

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.
@@ -57,6 +57,7 @@ async function release(options) {
57
57
  params.push("--provenance");
58
58
  }
59
59
  }
60
+ console.info("==release params", params);
60
61
  await (0, _utils1.execaWithStreamLog)(packageManager, params);
61
62
  const pnpmPublishSummaryFile = _path.default.join(appDir, "pnpm-publish-summary.json");
62
63
  const publishInfo = await _utils.fs.readJSON(pnpmPublishSummaryFile, "utf-8");
@@ -32,7 +32,7 @@ const ZH_LOCALE = {
32
32
  otp: "发布 npm 包的一次性 token,该 token 需要写权限",
33
33
  ignore_scripts: "发布时忽略 package.json 中的 scripts 命令,仅支持在 pnpm monorepo 中使用",
34
34
  no_git_checks: "发布命令忽略检查当前分支是否是发布分支,干净且最新,仅支持在 pnpm monorepo 中使用",
35
- provenance: "当从支持的云CI/CD系统发布时,软件包将公开链接到其构建和发布来源"
35
+ provenance: "当从支持的云 CI/CD 系统发布时,软件包将公开链接到其构建和发布来源"
36
36
  },
37
37
  status: {
38
38
  describe: "展示当前存在的变更集的状态信息",
@@ -46,6 +46,7 @@ export async function release(options) {
46
46
  params.push("--provenance");
47
47
  }
48
48
  }
49
+ console.info("==release params", params);
49
50
  await execaWithStreamLog(packageManager, params);
50
51
  const pnpmPublishSummaryFile = path.join(appDir, "pnpm-publish-summary.json");
51
52
  const publishInfo = await fs.readJSON(pnpmPublishSummaryFile, "utf-8");
@@ -22,7 +22,7 @@ export const ZH_LOCALE = {
22
22
  otp: "发布 npm 包的一次性 token,该 token 需要写权限",
23
23
  ignore_scripts: "发布时忽略 package.json 中的 scripts 命令,仅支持在 pnpm monorepo 中使用",
24
24
  no_git_checks: "发布命令忽略检查当前分支是否是发布分支,干净且最新,仅支持在 pnpm monorepo 中使用",
25
- provenance: "当从支持的云CI/CD系统发布时,软件包将公开链接到其构建和发布来源"
25
+ provenance: "当从支持的云 CI/CD 系统发布时,软件包将公开链接到其构建和发布来源"
26
26
  },
27
27
  status: {
28
28
  describe: "展示当前存在的变更集的状态信息",
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.22.1-beta.5",
18
+ "version": "2.22.1-beta.6",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",