chore: add manual announcement step

This commit is contained in:
Enrico Sacchetti 2023-01-13 15:37:42 -05:00
commit c3c652dd8a
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796

View file

@ -182,4 +182,6 @@ git tag "v$(jq -r '.version' package.json)"
# 4. Push files, then publish
git push
npm publish
# 5. Generate release notes on GitHub, and comment on issues and pull requests
```