- (Almost certainly) be on latest main, with no unpublished changes
- Run
npm version (patch|minor|major)
as appropriate - Run
git push
andgit push origin TAG
whereTAG
is the tag thatnpm version
just created
The tag triggers a Github Actions job to publish to npm.