From 16de302a3119f80e044e28b4b969045467daa4e0 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 12 Jul 2019 09:23:44 -0700 Subject: [PATCH] doc: update checklist with more precise instructions --- docs/RELEASE_ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/RELEASE_ISSUE_TEMPLATE.md b/docs/RELEASE_ISSUE_TEMPLATE.md index f9b9b36fe..a4a0dca91 100644 --- a/docs/RELEASE_ISSUE_TEMPLATE.md +++ b/docs/RELEASE_ISSUE_TEMPLATE.md @@ -30,8 +30,8 @@ Checklist: - [ ] CHANGELOG.md has been updated - use [`./bin/mkreleaselog`](https://github.com/ipfs/go-ipfs/tree/master/bin/mkreleaselog) to generate a nice starter list - [ ] Automated Testing (already tested in CI) - Ensure that all tests are passing, this includes: - - [ ] unit - - [ ] sharness + - [ ] unit, sharness, cross-build, etc (`make test`) + - [ ] lint (`make test_go_lint`) - [ ] [interop](https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs) - [ ] [go-ipfs-api](https://github.com/ipfs/go-ipfs-api) - [ ] [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client)