-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test-version-utils): Add temporary workaround for calculating N-1…
… for 2.0 (#21562) This change was included in PR #21531, so it's already in main. This PR adds a **temporary** workaround to fix the calculation of N-1 (when `allowPublicMajor === false`) for version `2.0.0`. Ideally, we can complete a long-term solution (full rewrite of version calculation) and we will not need to merge this. See [ADO:8198](https://dev.azure.com/fluidframework/internal/_workitems/edit/8198) for work tracking a long-term solution. --------- Co-authored-by: Scott Norton <[email protected]>
- Loading branch information
1 parent
9c54e9e
commit 3a2899b
Showing
2 changed files
with
35 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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