@cryptotaxi247 / kubo / commits / 7efa911b2

Update RELEASE_ISSUE_TEMPLATE.md

Antonio Navarro Perez committed Aug 23, 2022 at 11:06 UTC 7efa911b2a9273f3f0f0e269e410422c316293e2
1 file changed +1 -1
docs/RELEASE_ISSUE_TEMPLATE.md
+1 -1
@@ -62,7 +62,7 @@ Checklist:
62 - [ ] Follow the RC release process to cut the first RC.
63 - [ ] Bump the version in `version.go` in the `master` branch to `vX.(Y+1).0-dev`.
64 - [ ] Automated Testing (already tested in CI) - Ensure that all tests are passing, this includes:
65 - - [ ] unit, sharness, cross-build, etc (`make test`)
65 + - [ ] unit, sharness, cross-build, etc (`TEST_NO_FUSE=1 make test`)
66 - [ ] lint (`make test_go_lint`)
67 - [ ] [interop](https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs)
68 - [ ] [go-ipfs-api](https://github.com/ipfs/go-ipfs-api)