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

I could be missing it in the documentation, but it would be great to support metadata from semver 2.0. I know beachball now supports `--tag` and it would also be...

enhancement

We discovered in Fluent UI that the `sync` command was not respecting per-package `tag` options. Fix is in the helper function which fetches the versions, each package info's `combinedOptions` already...

If the package isn't already a prerelease package, cli should query what the prerelease tag should be. Otherwise, it should just reuse the existing prerelease tag.

This should allow someone to filter out "trace" level messages if they don't want to see those.

help wanted
good first issue

`beachball change -m "same message across all package changes"` And interactively, will ask 1 more question about whether all the package changes should get the same message

documentation

Currently, as part of a dependent package bump, nothing gets written as part of a changelog. This means that no changelog.json entry would be generated and therefore, subsequent tooling do...

Project A is being updated with a major version bump. Projects X,Y,Z are part of a group with "disallowedChangeTypes: ['major']" Project X is a dependency of project A. Once we...

Should we have a .beachballignore file or maybe an entry in the package.json like we already have?

We just had a really terrible sequence of events happen where a beachball package update commit effectively undid half of a huge dependency changing PR (changing dependencies that beachball did...

It doesn't seem there's a beachball topic on StackOverflow quite yet. I hope it's alright if I ask this question here: Let's say I want to––whenever pushing to or merging...