We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee45bd2 commit 16b65edCopy full SHA for 16b65ed
1 file changed
cli.js
@@ -103,7 +103,10 @@ conventionalGithubReleaser({
103
}
104
105
if (0 === data.length) {
106
- console.log('No GitHub releases created because no git tags available to work with.');
+ if (flags.verbose) {
107
+ console.log('No GitHub releases created because no git tags available to work with.');
108
+ }
109
+
110
process.exit(0);
111
112
0 commit comments