Skip to content

Commit 2fbbb9d

Browse files
fix: update release process
1 parent b81d16c commit 2fbbb9d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/contributors/release-process.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more context, see https://trunkbaseddevelopment.com/branch-for-release/
2020

2121
- **Full release**: follow the entire [Release process](#release-process--step-by-step).
2222

23-
- **Beta release**: skip just `6a` and `6c` steps from [Release process](#release-process--step-by-step).
23+
- **Beta release**: skip just `6c` and `6d` steps from [Release process](#release-process--step-by-step).
2424

2525
- Choose the appropriate release process based on the release type:
2626
- [Full Release](../../.github/ISSUE_TEMPLATE/prepare_full_release.md)
@@ -73,8 +73,8 @@ For more context, see https://trunkbaseddevelopment.com/branch-for-release/
7373
7474
6b. **Waku fleet testing**
7575
- Start job on `waku.test` [Deployment job](https://ci.infra.status.im/job/nim-waku/), wait for completion of the job. If it fails, then debug it.
76-
- After completion, disable [deployment job](https://ci.infra.status.im/job/nim-waku/) so that its version is not updated on every merge to `master`.
77-
- Verify at https://fleets.waku.org/ that the fleet is locked to the release candidate version.
76+
- After completion, disable fleet so that daily ci not override your release candidate.
77+
- Verify at https://fleets.waku.org/ that the fleet is locked to the release candidate image.
7878
- Check if the image is created at [Harbor](https://harbor.status.im/harbor/projects/9/repositories/nwaku/artifacts-tab).
7979
- Search [Kibana logs](https://kibana.infra.status.im/app/discover) from the previous month (since the last release was deployed) for possible crashes or errors in `waku.test`.
8080
- Set time range to "Last 30 days" (or since last release).
@@ -126,10 +126,10 @@ We also need to merge the release branch back into master as a final step.
126126
2. Deploy the release image to [Dockerhub](https://hub.docker.com/r/wakuorg/nwaku) by triggering [the manual Jenkins deployment job](https://ci.infra.status.im/job/nim-waku/job/docker-manual/).
127127
> Ensure the following build parameters are set:
128128
> - `MAKE_TARGET`: `wakunode2`
129-
> - `IMAGE_TAG`: the release tag (e.g. `v0.36.0`)
129+
> - `IMAGE_TAG`: the release tag (e.g. `v0.38.0`)
130130
> - `IMAGE_NAME`: `wakuorg/nwaku`
131131
> - `NIMFLAGS`: `--colors:off -d:disableMarchNative -d:chronicles_colors:none -d:postgres`
132-
> - `GIT_REF` the release tag (e.g. `v0.36.0`)
132+
> - `GIT_REF` the release tag (e.g. `v0.38.0`)
133133
134134
### Performing a patch release
135135
@@ -160,4 +160,5 @@ We also need to merge the release branch back into master as a final step.
160160
- [Infra-nim-waku](https://github.com/status-im/infra-nim-waku)
161161
- [Jenkins](https://ci.infra.status.im/job/nim-waku/)
162162
- [Fleets](https://fleets.waku.org/)
163-
- [Harbor](https://harbor.status.im/harbor/projects/9/repositories/nwaku/artifacts-tab)
163+
- [Harbor](https://harbor.status.im/harbor/projects/9/repositories/nwaku/artifacts-tab)
164+
- [Kibana](https://kibana.infra.status.im/app/)

0 commit comments

Comments
 (0)