From 6c2140df787cf48974ea662f66a7fccb392aa861 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Wed, 6 Mar 2024 13:39:07 -0800 Subject: [PATCH] Update release.md --- .github/PULL_REQUEST_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index 9fe11241f..b7154c83c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -10,7 +10,7 @@ Prepare for release of PyNWB [version] - [ ] Update `src/pynwb/nwb-schema` submodule as needed. Check the version number and commit SHA manually - [ ] Update changelog (set release date) in `CHANGELOG.md` and any other docs as needed - [ ] Run tests locally including gallery, validation, and streaming tests, and inspect all warnings and outputs - (`python test.py`) + (`python test.py -v -p -i -b -w -r > out.txt 2>&1`) - [ ] Test docs locally (`make clean`, `make html`) - [ ] Push changes to this PR and make sure all PRs to be included in this release have been merged - [ ] Check that the readthedocs build for this PR succeeds (build latest to pull the new branch, then activate and