beachball icon indicating copy to clipboard operation
beachball copied to clipboard

The Sunniest Semantic Version Bumper

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

We currently use Rush but are investigating options to migrate to pnpm workspaces and Lage instead. Beachball feels similar to Rush but there's one major difference: it doesn't allow supplying...

Add indentation option for custom JSON file indentation Closes #941

The [react-native-windows](https://github.com/microsoft/react-native-windows) mono repo uses beachball and publishes nightly prerelease builds out of main to our canary tag (i.e. with versions `[email protected]`). Dependabot bumped our beachball from 2.43.0 to 2.43.1,...

When using the bump or publish command my node_modules (of the root workspace) are always cleared since the changes in #942. When running the same command `pnpm install --lockfile-only --ignore-scripts`...

Right now, retries for git push are hardcoded to 5. This should probably either respect the general `retry` option, or have its own retry option.

Today, when beachball detects changes, it prompts for patch/minor/major and asks for a description. This leads to unhealthy choices for devs who can't recite the differences between them. For pre-release...

We just updated Beachball from `2.31.5` to `2.41.0` and noticed that in CI (Azure Devops) its having trouble deepening the commits. Output from CI: ``` > beachball check Validating options...

Add a `--dry-run` option (intended for the CLI only) which does the following: 1. Makes all changes locally 2. Runs `npm publish --dry-run` (skipped if the `publish` option is disabled)...

In the monorepo project I'm working on, We want to publish our packages in the ci/cd pipeline. I have some packages that should be bumped but not published. Right now...

## Description The change file was generated successfully and staged, but it cannot be committed. ## Error Message ``` Error: Cannot commit changes: Cannot commit changes: error: pathspec '/Users/xxx/play-beachball/change/*.json' did...