Skip to content

Commit

Permalink
docs: update releasing instructions (#16252)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Dec 12, 2024
1 parent 69987e9 commit fc50e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ git status
git log

# Publish tag.
git push --follow-tags
git push --tags

# Publish to npm.
npm publish
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fc50e70

Please sign in to comment.