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.
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
chore: New pipeline for v9 release #19783
chore: New pipeline for v9 release #19783
Changes from all commits
9c95cfa
dff586b
bbe881a
fc0eb25
ac9199f
4c18c57
427264b
72fc360
bb75fdc
5a30b0a
0552590
30f8535
edf9f47
39c4504
09d0dc6
926fc64
0e84de2
315e4a6
0c3c313
484a74a
7b7822c
ce37505
e4651b6
de5c6d7
d2e8a66
a7572e2
b359c2e
6162cc1
1f0d98b
8d671cd
7c363bd
3281e69
6e6480d
7bcdca8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OSSCELA has confirmed we don't need to actually include the NOTICE file in packages, running the enhanced license scans should be enough
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added this thing which might be useful https://github.com/microsoft/fluentui/blob/master/scripts/monorepo/isConvergedPackage.js
(it's a simple check but decided it might be worth centralizing in case we need to change it later or something? and makes it easier to find all the places checking "is this package converged")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good callout, I'll use it in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made some modifications to the util to improve the typing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the
!pathOrPackageJson
broke the default case where it reads fromprocess.cwd()
, which broke building converged packages in codesandbox. I'll make a PR to fix it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#19892