We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e459fae commit badc7cfCopy full SHA for badc7cf
scripts/release.js
@@ -99,7 +99,7 @@ async function main() {
99
await pushToGithub(selectVersion);
100
}
101
} catch (error) {
102
- console.error(chalk.red(`Error during release process: ${error.message}`));
+ console.error(chalk.red('An error occurred during the release process. Please check the logs for more details.'));
103
await cleanup();
104
process.exit(1); // Exit with failure
105
0 commit comments