From e8a06cb267fecfdf5100254f3996397e2fb1090f Mon Sep 17 00:00:00 2001 From: Adam Raine Date: Thu, 14 Nov 2024 14:23:22 -0800 Subject: [PATCH] docs: update releasing instructions --- 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