beachball
beachball copied to clipboard
Preview changelog update
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?
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.