chore: clarify dep update in RELEASE_CHECKLIST.md (#10518)
Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
Marcin Rataj committed
Sep 26, 2024 at 19:01 UTC
43ba17bca25b1f792eed37f05bd0ebb272025168
1 file changed
+1
-1
docs/RELEASE_CHECKLIST.md
+1
-1
@@ -170,7 +170,7 @@ This section covers tasks to be done during each release.
170
</details>
171
- [ ]   Create a dependency update PR
172
- [ ]   check out [ipfs/kubo](https://github.com/ipfs/kubo)
173
- - [ ]   run `go get -u` in root directory
173
+ - [ ]   go over direct dependencies from `go.mod` in the root directory (NOTE: do not run `go get -u` as it will upgrade indirect dependencies which may cause problems)
174
- [ ]   run `make mod_tidy`
175
- [ ]   create a PR which updates `go.mod` and `go.sum`
176
- [ ]   add the PR to the next release milestone