Skip to content

Commit fc50e70

Browse files
authored
docs: update releasing instructions (#16252)
1 parent 69987e9 commit fc50e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releasing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ git status
8989
git log
9090

9191
# Publish tag.
92-
git push --follow-tags
92+
git push --tags
9393

9494
# Publish to npm.
9595
npm publish
@@ -137,7 +137,7 @@ yarn devtools ~/src/devtools/devtools-frontend
137137
cd ~/src/devtools/devtools-frontend
138138
git new-branch rls
139139
git commit -am "[Lighthouse] Roll Lighthouse x.x.x"
140-
git cl upload -b 772558
140+
git cl upload -b 40543651
141141
```
142142

143143
### Lightrider

0 commit comments

Comments
 (0)