Releasing To release a new version: gco main Set x.y.z into package.json gcmsg 'Release x.y.z' gp The CI process will automatically git tag and npm publish. (It does this by matching on ^Release (\S+) commit messages on the main branch.)