Update docs/RELEASE_ISSUE_TEMPLATE.md
Piotr Galar committed
Jan 31, 2023 at 16:08 UTC
cf2f378b9dffd71f275e0fccc40024ce46027687
1 file changed
+3
-1
docs/RELEASE_ISSUE_TEMPLATE.md
+3
-1
@@ -217,7 +217,9 @@ This section covers tasks to be done during each release.
217
</details>
218
- [ ]   Create a dependency update PR
219
- [ ]   check out [ipfs/kubo](https://github.com/ipfs/kubo)
220
- - [ ]   run `go get -t -u ./...`
220
+ - [ ]   run `go get -u` in root directory
221
+ - [ ]   run `go mod tidy` in root directory
222
+ - [ ]   run `go mod tidy` in `docs/examples/kubo-as-a-library` directory
223
- [ ]   create a PR which updates `go.mod` and `go.sum`
224
- [ ]   add the PR to the next release milestone
225
- [ ]  Close the release issue