monodeploy icon indicating copy to clipboard operation
monodeploy copied to clipboard

Option to squash commits when analyzing the commit messages

Open noahnu opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe.

In one of our monorepos we require squash & merge. We also run monodeploy in dry run to generate a preview. Since we squash and merge, the preview doesn't match what happens when you merge, since we combine the changelog entries.

Describe the solution you'd like

An option that squashes all the commit messages during the parsing stages (i.e. not a real git squash).

noahnu avatar Jul 09 '21 13:07 noahnu