Skip to content

Commit 8b6c569

Browse files
committed
Add new line after release created message
1 parent 0c97424 commit 8b6c569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/Gren.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class Gren {
193193
const loaded = utils.task(this, 'Preparing the release');
194194
const { data: release } = await this.repo.createRelease(releaseOptions);
195195

196-
loaded(chalk.green(`\n${release.name} has been successfully created!`) + chalk.blue(`See the results here: ${release.html_url}`));
196+
loaded(chalk.green(`\n${release.name} has been successfully created!`) + chalk.blue(`\nSee the results here: ${release.html_url}`));
197197

198198
return release;
199199
}

0 commit comments

Comments
 (0)