dhoulb / multi-semantic-release

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

combined release commit #54

Open betaboon opened 3 years ago

betaboon commented 3 years ago

Is there any way of combining the release-commits into one?

antongolub commented 3 years ago

It is possible, but rather fragile.

See https://github.com/dhoulb/multi-semantic-release/issues/41

betaboon commented 3 years ago

@antongolub the mentioned issue/PR seems to focus on the github-comment. would i have to apply the same approach for the commit ?

antongolub commented 3 years ago

To be honest, I would not recommend to use this approach. Instead of tricking semrel-github-plugin by disabling it, it would be more correct (imho) to replace it with another one adapted to work with msr.

betaboon commented 3 years ago

@antongolub I'm talking about @semantic-release/git creating a single instead of multiple commits ;)