You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE_CHECKLIST.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ This section covers tasks to be done during each release.
170
170
</details>
171
171
-[ ] Create a dependency update PR
172
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
174
-[ ] run `make mod_tidy`
175
175
-[ ] create a PR which updates `go.mod` and `go.sum`
176
176
-[ ] add the PR to the next release milestone
0 commit comments