docs: update release guide

This commit is contained in:
Enrico Sacchetti 2023-02-19 12:40:59 -05:00
commit 420f8e8f24
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796

View file

@ -184,7 +184,7 @@ git commit -m "v$(jq -r '.version' package.json)"
git tag "v$(jq -r '.version' package.json)"
# 4. Push branch and tag, then publish
git push master [tag]
git push origin master [tag]
yarn publish
# 5. Generate release notes on GitHub, and comment on issues and pull requests