Ghislain B.

Results 465 comments of Ghislain B.

I never used that option, it came from the original Lerna. I'm trying to keep the project up to date by using Renovate but all the conventional-changelog dependencies were updated...

I just tried it in dry-run mode and the types override works properly (with emojis) but considering that you're trying to use `releaseCommitMessageFormat` which seem to exists in [conventional-changelog-config-spec](https://github.com/conventional-changelog/conventional-changelog-config-spec/blob/master/versions/2.2.0/README.md#releasecommitmessageformat-string), however...

I don't think the `releaseCommitMessageFormat` was meant to ever be supported, why can't you just use Lerna [`version --message`](https://github.com/lerna-lite/lerna-lite/tree/main/packages/version#--message-msg)? This message is provided to conventional changelog in every case and...

Most probably the same, have you tried [`version --changelog-header-message`](https://github.com/lerna-lite/lerna-lite/tree/main/packages/version#--changelog-header-message-msg)? That's what I use in Lerna-Lite itself

Yes that is the expected behavior since the common text of conventional commit "All behavior.." is a static text. The behavior of `changelogHeaderMessage` is really to prepend that text before...

Like I said, it's the expected behavior, you can see the result of this behavior in Lerna-Lite [changelog](https://github.com/lerna-lite/lerna-lite/blob/main/CHANGELOG.md)

This should be fixed in [v3.4.0](https://github.com/lerna-lite/lerna-lite/releases/tag/v3.4.0) but please note that as I mentioned earlier, I only added support for `changelogPreset.header` but did not support `releaseCommitMessageFormat` (though I now throw with...

@Mister-Hope just a side note, I see that you released a new version of your project couple days ago and you might be wondering why it didn't work, but the...

Why not simply use [Lerna-Lite](https://github.com/ghiscoding/lerna-lite), which you already installed, for this type of automation request, it's actually pretty good at it and all releases of Lerna-Lite do take advantage of...

Just a side note and not directly to your original subject, but you could upgrade [Lerna-Lite](https://github.com/ghiscoding/lerna-lite), which I see you use, to latest version and take advantage of the [`workspace:`](https://yarnpkg.com/features/workspaces#workspace-ranges-workspace)...