Skip to content

Commit 68c0879

Browse files
authored
docs(release): update RELEASE_CHECKLIST.md after v0.33.1 (#10697)
1 parent ad81ead commit 68c0879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/RELEASE_CHECKLIST.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This section covers tasks to be done during each release.
3535
- use `master` as base if `Z == 0`
3636
- use `release` as base if `Z > 0`
3737
- [ ] ![](https://img.shields.io/badge/only-RC1-blue?style=flat-square) 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))
3939
- [ ] create a draft PR from `release-vX.Y.Z` to `release` ([example](https://github.com/ipfs/kubo/pull/9306))
4040
- [ ] 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))
4141
- **NOTE:** cherry-picking with `-x` is important

0 commit comments

Comments
 (0)