npx @changesets/cli version to bump the versions according to
changeset-specified versions
npm i to update the package-lock.json
Make sure the README is updated to reflect any changes, since updates after
publishing will not be shown on npm.
Commit the version bump
npm login to refresh the auth token
npx @changesets/cli publish to publish the new version to npm, which also
creates git tags
git push && git push --tags
For each new tag, gh release create <tag> to create a GitHub release, then
paste the version's section from the package's CHANGELOG.md as the body.
If a new openworkflow core version was published, run
gh release edit openworkflow@<version> --latest to mark it as the
repository's Latest release
git checkout docs && git merge main && git push && git checkout main to
update the docs