Skip to content
Snippets Groups Projects
release-process.md 1.3 KiB
Newer Older
---
title: Release Process
has_children: false
nav_order: 2
---

Sören Henning's avatar
Sören Henning committed
# Release Process

Sören Henning's avatar
Sören Henning committed
This document describes how to perform a new Theodolite release.

We assume that we are creating the release `v0.3.1`. Please make sure to adjust
the following steps according to the release, you are actually performing.
Sören Henning's avatar
Sören Henning committed
1. Update `codemeta.json` to match the new version. In particular, make sure that `version` points to the version you are releasing and `dateModified` points to the date you are relasing this version. [CodeMeata generator](https://codemeta.github.io/codemeta-generator/) may help you in updating the file.

Sören Henning's avatar
Sören Henning committed
2. Update `CITATION.cff` to match the new version. At least update the `version` field.

3. Commit these changes to the `master` branch.

4. Create a new branch `v0.3` if it does not already exists. This branch will never
Sören Henning's avatar
Sören Henning committed
again be merged into master.

5. Checkout the `v0.3` branch.
6. Update all references to Theodolite Docker images to tag `v0.3.1`. These are the Kubernetes resource definitions in
`execution`, the references to *latest* in `run_uc.py`, the Docker Compose files in `docker-test` and the example `theodolite.yaml` job.
7. Commit these changes.
Sören Henning's avatar
Sören Henning committed

8. Tag this commit with `v0.3.1`. The corresponding Docker images will be uploaded.
9. Create *releases* for this tag in both, GitLab and GitHub.