We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c97424 commit 8b6c569Copy full SHA for 8b6c569
lib/src/Gren.js
@@ -193,7 +193,7 @@ class Gren {
193
const loaded = utils.task(this, 'Preparing the release');
194
const { data: release } = await this.repo.createRelease(releaseOptions);
195
196
- loaded(chalk.green(`\n${release.name} has been successfully created!`) + chalk.blue(`See the results here: ${release.html_url}`));
+ loaded(chalk.green(`\n${release.name} has been successfully created!`) + chalk.blue(`\nSee the results here: ${release.html_url}`));
197
198
return release;
199
}
0 commit comments