@@ -60,7 +60,7 @@ and that no new PRs should be merged until you are done.
6060``` sh
6161# Run the tests.
6262bash ./lighthouse-core/scripts/release/test.sh
63- # Change into the pristine folder.
63+ # Change into the newly-created pristine folder.
6464cd ../lighthouse-pristine
6565```
6666
@@ -85,7 +85,7 @@ yarn --cwd ~/chromium/src/third_party/blink/renderer/devtools test 'http/tests/d
8585git diff
8686
8787# Verify that the Audits panel still works. Consider the new features that have been added.
88- # If anything is wrong, stop releasing, investigate, and prioritize landing the PR .
88+ # If anything is wrong, stop releasing, investigate, land a fix and start over .
8989
9090# For bonus points, add some tests covering new features. Either a new test, or an extra
9191# assertion in an existing test.
@@ -105,7 +105,7 @@ Confirm Lightrider integration will work:
105105
106106# Verify that Lightrider works properly, and is generating reports fully. Consider the new features that have been added.
107107# Note: if the changes include proto changes make sure that the API has those new fields.
108- # If anything is wrong, stop releasing, investigate, and prioritize landing the PR .
108+ # If anything is wrong, stop releasing, investigate, land a fix and start over .
109109
110110# For bonus points, add some tests covering new features. Either a new test, or an extra
111111# assertion in an existing test.
@@ -114,10 +114,6 @@ Confirm Lightrider integration will work:
114114Now that the integrations are confirmed to work, go back to ` lighthouse ` folder.
115115
116116``` sh
117- # Run the tests again.
118- # Note: you can skip this if you didn't need to land any changes.
119- bash ./lighthouse-core/scripts/release/test.sh
120-
121117# Prepare the commit, replace x.x.x with the desired version
122118bash ./lighthouse-core/scripts/release/prepare-commit.sh x.x.x
123119
0 commit comments