Start adding more update instructions to README

This commit is contained in:
Felix Krull 2020-07-23 15:20:06 +02:00 committed by Colin Walters
parent 3be9cb518f
commit ec2476b518
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ parts).
CI includes the LGPL docs in the documentation build. 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
Releases can be done using the publish_* jobs in the pipeline. There's no 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. versioning helper yet so version bumps need to be done manually.