diff --git a/docs/contributors/release-process.md b/docs/contributors/release-process.md index 9fbf39402..c0fb12d1c 100644 --- a/docs/contributors/release-process.md +++ b/docs/contributors/release-process.md @@ -95,6 +95,7 @@ We also need to merge release branch back to master as a final step. - Deploy release to the `waku.sandbox` fleet from [Jenkins](https://ci.infra.status.im/job/nim-waku/job/deploy-waku-sandbox/). - Ensure that nodes successfully start up and monitor health using [Grafana](https://grafana.infra.status.im/d/qrp_ZCTGz/nim-waku-v2?orgId=1) and [Kibana](https://kibana.infra.status.im/goto/a7728e70-eb26-11ec-81d1-210eb3022c76). - If necessary, revert by deploying the previous release. Download logs and open a bug report issue. +5. Submit a PR to merge the release branch back to `master`. Make sure you use the option `Merge pull request (Create a merge commit)` to perform such merge. ### Performing a patch release