Allow prerelease promotion to stable#1218
Draft
janechu wants to merge 1 commit intomicrosoft:mainfrom
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ecraig12345
requested changes
Apr 29, 2026
Member
There was a problem hiding this comment.
Thanks for the PR--this is a change I'd like to make in some form, but it needs a lot more thought and would probably be part of an all-up rework of prerelease handling. See #1223 for links to some of the related issues.
One specific issue is that we shouldn't include the extra pre* change types by default--it would be confusing and unwanted for the overwhelming majority of beachball users, at least outside a major version bump. See #947 for more thoughts on this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
prereleasePrefixis configured.prepatch,preminor, andpremajorto the interactivebeachball changeprompt.Validation
yarn format✅yarn format:check✅cd packages/beachball && yarn test src/__tests__/bump/bumpPackageInfoVersion.test.ts src/__tests__/changefile/getQuestionsForPackage.test.ts src/__tests__/changefile/promptForChange.test.ts src/__tests__/changefile/promptForChange_promptForPackageChange.test.ts --runInBand✅yarn checkchange✅cd docs && yarn install --immutable && yarn docs:build✅ (peer warnings only)yarn build❌ pre-existing unrelated failure:src/monorepo/filterIgnoredFiles.ts(4,25): error TS2503: Cannot find namespace 'minimatch'.yarn test❌ blocked by the samebeachball#buildfailure.yarn lint❌lint:deps,lint:versions, andlint:marketplacepassed;lint:codeblocked by the samebeachball#buildfailure.cd packages/beachball && yarn lint❌ pre-existing unrelated warning insrc/monorepo/filterIgnoredFiles.ts: unsafeminimatch.IOptionsargument.