We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c9d22 commit cd18c91Copy full SHA for cd18c91
1 file changed
src/index.ts
@@ -342,9 +342,9 @@ export const versioner = (
342
type?: string;
343
},
344
) => {
345
+ // https://i.kym-cdn.com/photos/images/newsfeed/001/240/075/90f.png
346
if (cliArgs.skipCodeFor === "all" && cliArgs.skipSemverFor === "all") {
- // https://i.kym-cdn.com/photos/images/newsfeed/001/240/075/90f.png
347
- console.log("My work here is done.");
+ console.log("All bumps skipped due to skip flags.");
348
return;
349
}
350
0 commit comments