From fc50e701da12e4c4920965ccbb2a18bdd729fb7e Mon Sep 17 00:00:00 2001 From: Adam Raine <6752989+adamraine@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:23:00 -0800 Subject: [PATCH] docs: update releasing instructions (#16252) --- docs/releasing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasing.md b/docs/releasing.md index 72c7dcb6a22f..3641568a4e44 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -89,7 +89,7 @@ git status git log # Publish tag. -git push --follow-tags +git push --tags # Publish to npm. npm publish @@ -137,7 +137,7 @@ yarn devtools ~/src/devtools/devtools-frontend cd ~/src/devtools/devtools-frontend git new-branch rls git commit -am "[Lighthouse] Roll Lighthouse x.x.x" -git cl upload -b 772558 +git cl upload -b 40543651 ``` ### Lightrider