Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(version-tools): Relax handling of internal dev/prerelease versions #12721

Merged
merged 2 commits into from
Oct 28, 2022

Conversation

tylerbutler
Copy link
Member

@tylerbutler tylerbutler commented Oct 28, 2022

Further relaxes the "rules" around the Fluid internal version scheme. This change should accommodate versions that have more than 4 prerelease sections and versions that use a non-internal prerelease identifier.

Prior to this change, versions like 2.0.0-dev.2.1.0.104436, which is set in our CI pipeline, would cause a build failure.

@github-actions github-actions bot added the base: main PRs targeted against main branch label Oct 28, 2022
@tylerbutler tylerbutler marked this pull request as ready for review October 28, 2022 21:00
@tylerbutler tylerbutler requested a review from a team as a code owner October 28, 2022 21:00
Copy link
Contributor

@Josmithr Josmithr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Might be worth adding an example case to the PR description where this was failing previously. Otherwise, looks great!

@tylerbutler tylerbutler merged commit ac51c35 into microsoft:main Oct 28, 2022
@tylerbutler tylerbutler deleted the cli/pipeline-fixes branch October 28, 2022 21:34
tylerbutler added a commit that referenced this pull request Oct 31, 2022
…ons (#12734)

Some necessary changes were missing from #12721 that made it incomplete.
This PR includes those changes, which should address that PR's goals of
accommodating versions that have more than 4 prerelease sections and
versions that use a non-internal prerelease identifier.

Prior to this change, versions like 2.0.0-dev.2.1.0.104436, which is set
in our CI pipeline, would cause a build failure.
alexvy86 pushed a commit to alexvy86/FluidFramework that referenced this pull request Nov 1, 2022
microsoft#12721)

Further relaxes the "rules" around the Fluid internal version scheme.
This change should accommodate versions that have more than 4 prerelease
sections and versions that use a non-internal prerelease identifier.

Prior to this change, versions like `2.0.0-dev.2.1.0.104436`, which is
set in our CI pipeline, would cause a build failure.
alexvy86 pushed a commit to alexvy86/FluidFramework that referenced this pull request Nov 1, 2022
…ons (microsoft#12734)

Some necessary changes were missing from microsoft#12721 that made it incomplete.
This PR includes those changes, which should address that PR's goals of
accommodating versions that have more than 4 prerelease sections and
versions that use a non-internal prerelease identifier.

Prior to this change, versions like 2.0.0-dev.2.1.0.104436, which is set
in our CI pipeline, would cause a build failure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants