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

Currently in change file, we collect: 1. Change type: patch, minor, major, none 2. comment: author to describe the change We should support a way for author to future group...

enhancement

We are using beachball, and our team uses 4 spaces instead of 2 spaces for formatting our package.json files. When Beachball bump runs, it adjusts this to a hardcoded amount...

enhancement

- Check-in message for publish should be customizable in beachball's config file. (in this case check-in message should be differentiated to change file message) - It will be better if...

enhancement
good first issue

https://github.com/microsoft/beachball/blob/ca6a8b2ed1675a533a7d62c8b55de687bc7ba40a/packages/beachball/src/changefile/writeChangeFiles.ts#L47 Would be great if we could personalize it. For example, today I'm using commitzen as our conversion and it breaks our pre-hook commit message lint.

enhancement
good first issue

# Motivation The feature "[support for the dedicated release branch flow](https://github.com/microsoft/beachball/issues/361)" will require support for package management in Beachball. Version and changelog updates must be managed when altering package structure....

enhancement

In the case where Beachball is publishing multiple packages to npm, it's possible to publish a package to npm but not push changes to Git because another package fails to...

enhancement

It also fails with tests randomly.... we need to reinvestigate the e2e testing strategies. ![image](https://user-images.githubusercontent.com/34725/83686639-66b8ed80-a59f-11ea-97aa-35f1dc5c3d02.png) ![image](https://user-images.githubusercontent.com/34725/83686683-818b6200-a59f-11ea-8fb9-010067a1372c.png)

bug

when there are public packages without a version (or invalid version) will cause the publish to fail.

bug

Steps to repro: 1. Package A depends on Package B 1. Package A disallows prerelease change types 1. Package B is a prerelease version 1. Package B sees a prerelease...

bug