docs(release): update RELEASE_CHECKLIST.md after v0.33.1 (#10697)
Marcin Rataj committed
Feb 6, 2025 at 00:52 UTC
68c0879a4ebec5931849fbc5fff9baba6cae8209
1 file changed
+1
-1
docs/RELEASE_CHECKLIST.md
+1
-1
@@ -35,7 +35,7 @@ This section covers tasks to be done during each release.
35
- use `master` as base if `Z == 0`
36
- use `release` as base if `Z > 0`
37
- [ ]  update the `CurrentVersionNumber` in [version.go](version.go) in the `master` branch to `vX.Y+1.0-dev` ([example](https://github.com/ipfs/kubo/pull/9305))
38
- - [ ] update the `CurrentVersionNumber` in [version.go](version.go) in the `release-vX.Y` branch to `vX.Y.Z(-rcN)` ([example](https://github.com/ipfs/kubo/pull/9394))
38
+ - [ ] update the `CurrentVersionNumber` in [version.go](version.go) in the `release-vX.Y.Z` branch to `vX.Y.Z(-rcN)` ([example](https://github.com/ipfs/kubo/pull/9394))
39
- [ ] create a draft PR from `release-vX.Y.Z` to `release` ([example](https://github.com/ipfs/kubo/pull/9306))
40
- [ ] Cherry-pick commits from `master` to the `release-vX.Y.Z` using `git cherry-pick -x <commit>` ([example](https://github.com/ipfs/kubo/pull/10636/commits/033de22e3bc6191dbb024ad6472f5b96b34e3ccf))
41
- **NOTE:** cherry-picking with `-x` is important