-
Notifications
You must be signed in to change notification settings - Fork 50k
Automated DevTools release process #22161
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
Conversation
9ac913e to
51c5d42
Compare
|
Comparing: bd5bf55...42cea6e Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
jstejada
left a comment
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.
looks pretty great so far! pre-emptive approval. one suggestion is that you might want to change the title of the PR?
| { | ||
| "manifest_version": 2, | ||
| "name": "React Developer Tools", | ||
| "description": "Adds React debugging tools to the Chrome Developer Tools.", |
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.
is this commit relevant to the script in some way?
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.
Yes. I updated the manifest.json files in their own commit to match the format generated by JSON.stringify(json, null, 2) so the version update script would only affect version numbers (and no other formatting changes).
| }); | ||
| } | ||
|
|
||
| function updatePackageVersions(previousVersion, nextVersion) { |
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.
❤️
Thanks! Yeah, GitHub defaults a PR title to the first commit 😂 Fixed. |
jstejada
left a comment
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.
awesome, thanks!!
yarn buildandnpm publishstepsdevtools-release-script.mp4