semantic-release-lerna icon indicating copy to clipboard operation
semantic-release-lerna copied to clipboard

Dry-mode

Open borisdamevin opened this issue 3 years ago • 3 comments

Hi @ext ,

It's possible to have a dry-more for testing publish workflow in local?

Thank you.

borisdamevin avatar Sep 14 '22 14:09 borisdamevin

That would certainly be possible, anything in particular you would like it to show?

ext avatar Oct 06 '22 09:10 ext

@ext I imagine something like semantic release can do with changelog results on terminal.

borisdamevin avatar Oct 06 '22 12:10 borisdamevin

I think it would be nice if it displayed:

  • Which packages will be bumped (even better if it could describe why it is being bumped: "direct modifications", "bumped by package ...", etc)
  • An overview which files will be updated, e.g. lerna.json, package.json, package-lock.json, packages/*/package.json etc.

ext avatar Oct 13 '22 23:10 ext