beachball
beachball copied to clipboard
The Sunniest Semantic Version Bumper
Noticed when reviewing #618 that `getDefaultOptions` returned a default of `origin/master` which actually is not used at all (it's overridden by a default or the CLI option in `getRepoOptions`). Remove...
### What `--type` CLI arg can be used with `change` to set the type of the change, however this isn't documented on the online documentation or in the `-h` output....
Greetings! When we publish `@microsoft/fast-element` packages we'd like to inject the package version into a specific location in the source so it can be accessed at runtime. Since beachball is...
I keep running into a bug where one of my packages gets published as a stable version, instead of the intended prerelease version. I wasn't able to reduce the problem...
## Current Behaviour user cannot use different static configurations per environment, thus is forced to author `beachbal.config.js` and use environment variables, because beachball relies on cosmiconfig behaviour. This leads to...
"How does beachball decide which changes to create change files for?" ### Context We have an automated dependency update service (a fork of [dependabot-core](https://github.com/dependabot/dependabot-core)) running on our repos. This service...
There are two packages `A` and `B` in the same repo. `A` is a public package that generates an npm package, `B` is private. `A` depends on version "*" of...
We want to have the readmd md and json to not contain usernames or emails. Is there a config for this or can someone add one? Thanks!
Our publishing pipeline occasionally fails when beachball tries bumping a package to a version that already exists despite no changes in that package. We're not sure why this happens but...