@coze-arch/rush-publish-plugin 0.0.5-alpha.8b5f6f → 0.0.5-alpha.f2ff2e

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -484,7 +484,7 @@ const checkReleasePlan = (
484
484
  !allowBranches.includes(branchName)
485
485
  ) {
486
486
  throw new Error(
487
- `For LATEST release, should be on one of these branches: ${allowBranches.join(', ')}.`,
487
+ `For LATEST release, should be on one of these branches: ${allowBranches.join(', ')}. Current Branch: ${branchName}`,
488
488
  );
489
489
  }
490
490
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coze-arch/rush-publish-plugin",
3
- "version": "0.0.5-alpha.8b5f6f",
3
+ "version": "0.0.5-alpha.f2ff2e",
4
4
  "description": "rush plugin to generate change log and publish packages",
5
5
  "keywords": [
6
6
  "rush",