Skip to content

Commit

Permalink
docs: update releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Nov 14, 2024
1 parent b64b353 commit e8a06cb
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 e8a06cb

Please sign in to comment.