beachball icon indicating copy to clipboard operation
beachball copied to clipboard

Preview changelog update

Open rajsite opened this issue 3 years ago • 1 comments

I'd like to preview the CHANGELOG.md changes locally. I created my change files using beachball change and saved them in a local commit.

I tried to use something like beachball changelog --keep-change-files with the intention of generating the CHANGELOG.md without publishing or removing the change files but that doesn't seem to be implemented.

I'm authoring a longer change message and would like to use things like markdown lists, links, etc, and want to preview it locally. Is there a way to generate the CHANGELOG.md changes locally without committing changes / running a full publish?

rajsite avatar Jan 21 '22 21:01 rajsite

You can run beachball bump to locally bump package versions and generate changelogs (then revert all the changes when you're done looking at the changelog). There's currently no command to generate changelogs only.

ecraig12345 avatar Sep 16 '22 22:09 ecraig12345