We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb46f51 commit fd2a631Copy full SHA for fd2a631
1 file changed
lib/src/Gren.js
@@ -295,7 +295,7 @@ class Gren {
295
});
296
297
if (!tags.length) {
298
- throw chalk.red('Looks like you have no tags! Tag a commit first and then run gren again');
+ throw chalk.red('\nLooks like you have no tags! Tag a commit first and then run gren again');
299
}
300
301
const filteredTags = (this._getSelectedTags(tags) || [tags[0], tags[1]])
0 commit comments