From 75dc12c07bc503e8e4f89d653af04a4351930e7d Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Tue, 12 May 2026 16:41:28 +0200 Subject: [PATCH] release instructions --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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.