beachball icon indicating copy to clipboard operation
beachball copied to clipboard

The Sunniest Semantic Version Bumper

Results 154 beachball issues
Sort by recently updated
recently updated
newest added

Add an option `changelog.maxVersions` which truncates the number of versions stored in `CHANGELOG.md` and `CHANGELOG.json`. Related to #978

If dependencies within the repo are specified as `workspace:*`, `workspace:^`, or `workspace:~`, this causes dependent bumps to be missed **from the changelog (only)** because the version range doesn't change. (The...

Nothing in beachball reads the CHANGELOG.json file, and it's not that useful to users, while potentially using a lot of space in git history. (It's the only place where change...

breaking change

I was recently investigating Git repository size bloat and came across Beachball’s CHANGELOG.md files as contributing significantly to repository growth in some internal Javascript repositories. Inefficiencies in Git and Azure...