From b8f17c2aa3b5a0593d4fd392059a9ddb7d72f8b1 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Fri, 19 Aug 2022 15:29:19 +0200 Subject: [PATCH] Update release docs --- docs/release.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/release.md b/docs/release.md index 4ef5e3969..537f5837a 100644 --- a/docs/release.md +++ b/docs/release.md @@ -8,11 +8,14 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers * branch: `release/v1.3.0` * Container image tag: `v1.3.0` * Version of the image to build: `1.3.0` - 2. Review and update changelog with all changes since last release. [GitHub's diff view](https://github.com/edgelesssys/constellation/compare/v1.2.0...main) helps a lot! - 3. Update versions [versions.go](../internal/versions/versions.go#L33-L36) to `v1.3.0` - 4. Create a [production coreOS image](/.github/workflows/build-coreos.yml) - 5. Update [default images in config](/internal/config/config.go) - 6. Merge this branch back to `main` + 2. Use [Build operator manual](https://github.com/edgelesssys/constellation/actions/workflows/build-operator-manual.yml) and run the pipeline once with the following parameters: + * branch: `release/v1.3.0` + * Container image tag: `v1.3.0` + 3. Review and update changelog with all changes since last release. [GitHub's diff view](https://github.com/edgelesssys/constellation/compare/v1.2.0...main) helps a lot! + 4. Update versions [versions.go](../internal/versions/versions.go#L33-L36) to `v1.3.0` + 5. Create a [production coreOS image](/.github/workflows/build-coreos.yml) + 6. Update [default images in config](/internal/config/config.go) + 7. Merge this branch back to `main` 3. Run E2E to confirm stability and [generate measurements](/.github/workflows/e2e-test-manual.yml) 4. Create a new tag in `constellation` on `main` * `git tag v1.3.0`