From ec2476b518ccca44726e398a4af5f2faa301eac3 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 23 Jul 2020 15:20:06 +0200 Subject: [PATCH] Start adding more update instructions to README --- rust-bindings/rust/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index 317a168d..1671d02f 100644 --- a/rust-bindings/rust/README.md +++ b/rust-bindings/rust/README.md @@ -82,6 +82,11 @@ parts). CI includes the LGPL docs in the documentation build. +### Updating ostree +* update the bundled `gir/OSTree-1.0.gir` file +* `make gir` to regenerate the generated code +* in `.gitlab-ci.yml`, update the "all feature levels" section with the output of `make ci-build-stages` + ### Releases Releases can be done using the publish_* jobs in the pipeline. There's no versioning helper yet so version bumps need to be done manually.