feat: create dependency update PR during release
galargh committed
Jan 26, 2023 at 17:30 UTC
50bbaf99c1a61d06999f03c834c0c94b1a03f47f
1 file changed
+5
docs/RELEASE_ISSUE_TEMPLATE.md
+5
@@ -213,6 +213,11 @@ This section covers tasks to be done during each release.
213
- [ ]   Create the next [changelog](https://github.com/ipfs/kubo/blob/master/docs/changelogs/vX.(Y+1).md)
214
- link to the new changelog in the [CHANGELOG.md](CHANGELOG.md) file
215
- [ ]   Create the next release issue
216
+- [ ]   Create a dependency update PR
217
+ - [ ]   check out [ipfs/kubo](https://github.com/ipfs/kubo)
218
+ - [ ]   run `go get -t -u ./...`
219
+ - [ ]   create a PR which updates `go.mod` and `go.sum`
220
+ - [ ]   add the PR to the next release milestone
221
- [ ]  Close the release issue
222
223
## How to contribute?