qiwi / multi-semantic-release

Proof of concept that wraps semantic-release to work with monorepos.
BSD Zero Clause License
86 stars 34 forks source link

fix(runner): don't display flags and path in silent mode #88

Closed clementprevot closed 1 year ago

clementprevot commented 1 year ago

Changes

Displaying flags every time might clutter the output. Now the flags are only displayed if debug mode is enabled (using config or CLI flag).

The same is done for the paths (those are displayed afterward by multi-semantic-release anyway).

antongolub commented 1 year ago

Hey, @clementprevot,

This looks like a some kind of breaking change. Maybe we should introduce --silent option?

clementprevot commented 1 year ago

Hey, @clementprevot,

This looks like a some kind of breaking change. Maybe we should introduce --silent option?

Oh, OK, I didn't thought it would be considered as a breaking change. I can modify this to add a silent option.

clementprevot commented 1 year ago

Here you go @antongolub!

antongolub commented 1 year ago

@clementprevot,

But let's give an advantage to the debug option if passed both flags. const silent = flags.silent && !flags.debug

clementprevot commented 1 year ago

It's done @antongolub

qiwibot commented 1 year ago

:tada: This PR is included in version 6.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: