beachball icon indicating copy to clipboard operation
beachball copied to clipboard

The Sunniest Semantic Version Bumper

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

Currently includes #753 Unify the singe-repo, monorepo, and multi-monorepo factories into one repository factory. Add the ability to pass in a custom fixture, to simplify setup and massively reduce boilerplate...

Instead of calling `git()` directly in tests, add helper methods on `Repository` to run the various operations and process the output. Centralizing git operations like this reduces boilerplate and makes...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

renovate

Build on Ubuntu and Windows in PRs to reduce the chance of breaking something.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [verdaccio](https://verdaccio.org) ([source](https://togithub.com/verdaccio/verdaccio)) | [`4.13.2` -> `5.14.0`](https://renovatebot.com/diffs/npm/verdaccio/4.13.2/5.14.0) |...

renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [minimatch](https://togithub.com/isaacs/minimatch) | [`^3.0.4` -> `^5.0.0`](https://renovatebot.com/diffs/npm/minimatch/3.1.2/5.1.0) | [![age](https://badges.renovateapi.com/packages/npm/minimatch/5.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

renovate

While working on another change, I noticed that the behavior of the `VersionGroupOptions.exclude` option was basically acting like a second `include` option: the passed patterns would have to be negated...

Previously, they were ordered based on the filesystem's sort order. The change type of the last change file in the array of changes for a group would be propagated to...

I set up a `beachball check` step in an AzureDevOps CI pipeline. The job is failing due to cannot fetch remote in the pipeline, I wonder if there is any...

**Background:** I'm using the following command in a git `pre-push` hook: ```sh yarn beachball check --changehint "🔧 Fix by running: yarn change" ``` This works as expected when the hook...

enhancement