- Update the version in
studio/package.json
andCargo.toml
, you need to keep the version in sync. - Commit the changes with the message
Release vX.Y.Z
and tag the commit with the same version (e.g.git tag vX.Y.Z
). - Push the commit and the tag to the repository.
- You can get the docker image from the GitHub Container Registry or from the command line with
docker pull ghcr.io/open-prophetdb/biomedgps:vX.Y.Z
.