beachball
beachball copied to clipboard
The Sunniest Semantic Version Bumper
Results
182
beachball issues
Sort by
recently updated
recently updated
newest added
## Problem Suppose there's a beachball config like this: ```js // beachball.config.js module.exports = { changelog: { groups: [ { masterPackageName: 'parent', changelogPath: 'packages/parent', include: ['packages/foo', 'packages/bar'] } ] }...
bug
When working on a change in a monorepo, I will often need to add subsequent change files as the change spreads into multiple packages. This creates multiple changefiles as well...