issues
search
GoogleChrome
/
lighthouse
Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.42k
stars
9.39k
forks
source link
docs: update releasing instructions
#16252
Open
adamraine
opened
1 week ago
adamraine
commented
1 week ago
git push --follow-tags
doesn't work if you are checking out a specific tag (which lighthouse-pristine is after running the
prepare-package.sh
).
git push --tags
is what I have been using.
Monorail -> Bugganizer issue ID
git push --follow-tags
doesn't work if you are checking out a specific tag (which lighthouse-pristine is after running theprepare-package.sh
).git push --tags
is what I have been using.