beachball
beachball copied to clipboard
The Sunniest Semantic Version Bumper
This is going to be a relatively wide ranging issue on the topic of the `canary` command. 1. There isn't any documentation on the `Canary` command. I had to figure...
These are repro cases: 1. the first commit where a new dep is introduced + that dep being bumped while publishing 2. a package version are out of sync as...
### Problem We had Git fail to commit back into `main` branch after the packages had been published in CI, which was hard to untangle after. A couple ideas of...
If the `packagePublish` operation fails it only prints the contents of `stderr` to the console: https://github.com/microsoft/beachball/blob/ccc6a807bbe60435b7164704b2223565b66e94fe/src/publish/publishToRegistry.ts#L85 It would be useful to print the contents of `result.stdout` as well for useful...
This adds optional support for parsing changefile properties from structured conventional commit messages. When --useConventionalCommits is set, and at least one commit message from the current branch adheres to the...
# Makes changes to the “CI Integration” page 1. Adds an Azure DevOps Example 2. Adds the `-y` flag to the CI script example
## Overview We would like to be able to configure the command beachball invokes to publish a package. We can contribute a PR to implement the behavior but would like...
Add ability to choose between a separate "Change files" commit and having beachball `git commit --amend`
I added a [renderEntry](https://github.com/microsoft/beachball/blob/2e63fb5b7d335cafb328cf65fbf6dff7a0792853/src/types/ChangelogOptions.ts#L131) to my beachball customRenderers and I can see it create new entries with that renderer. Is there a command to rebuild my CHANGELOG.md files from the...