@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.
- package/lib/index.js +1 -1
- 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;
|