diff --git a/README.md b/README.md index a4d9f73..32671e2 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,26 @@ Or, with conda: wget -q https://github.com/GRID4EARTH/packages/releases/download/v2026.05.4/env.yml conda env update -f env.yml -n ``` + +## How to update + +To update the registry, run `pixi update` in a new branch: + +```sh +git pull +git switch -c bump +pixi update +git add pixi.lock +git commit -m "bump grid4earth packages" +git push origin bump +``` + +Then create a pull request and merge it after CI passes. + +After that, all that is necessary is create a release using github's web interface or the CLI: + +```sh +gh release create v -n "Release v" +``` + +The CI will then add the necessary release artifacts.