lerna-changelog icon indicating copy to clipboard operation
lerna-changelog copied to clipboard

`lerna-changelog` always combines `Unreleased` with the previous release.

Open devbucket opened this issue 2 years ago • 5 comments

I noticed that lerna-changelog always combines the latest release with the Unreleased code together to Unreleased. So the previous version disappears from the generated changelog. Is this a known issue? Is there a way to change this?

devbucket avatar Aug 18 '21 08:08 devbucket

hmm, not sure what you mean. the workflow is usually to run lerna-changelog before bumping the version number. haven't had any issues like what you described yet when doing it that way.

Turbo87 avatar Aug 18 '21 09:08 Turbo87

Ok even if we create the changelog before the version bump, it does it. So before the new changelog was created, it was looking like this: image And after the new changelog has been created, it looks like this: image

devbucket avatar Aug 19 '21 15:08 devbucket

Anything new here? Since this issue still exists and happens every single time

devbucket avatar Sep 02 '21 08:09 devbucket

All I can say is that it works fine on all of my repos and without reproduction instructions I have no clue what might be going wrong for you 😅

Turbo87 avatar Sep 02 '21 08:09 Turbo87

@Turbo87 I think this has been happening to us in ember-data too

runspired avatar Mar 05 '22 02:03 runspired