From 711bcb2507d007b8c7609b25a4d0d705959e36cd Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Mon, 27 May 2024 13:23:48 +0100 Subject: [PATCH] Add info on ci building pipeline for release --- doc/release-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-guide.md b/doc/release-guide.md index 4954d0be82..44b9b2cdbf 100644 --- a/doc/release-guide.md +++ b/doc/release-guide.md @@ -51,6 +51,8 @@ Jenkins will automatically build this branch and create release candidates. Those will go through the QA process and the QA team will let us know when tested successfully. +You can see the state at https://ci.infra.status.im/ -> status-mobile -> release -> pick the right version number + ## Bugfixes before an app is released Because both `status-mobile` and `status-go` might have newer commits that we don't want to include, bug fixes should be applied separately to develop and the release branch.