From bae470b5ba74ef745ec25eb63e0f453e45215c2f Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Fri, 20 May 2022 16:19:51 -0300 Subject: [PATCH] change(doc): add item to release checklist to update dependencies in the README (#4449) * change(doc): add item to release checklist to update dependencies in the README * Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md Co-authored-by: Marek Co-authored-by: Marek --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index 1ffbe059..0399070c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -83,9 +83,10 @@ As we resolve various outstanding known issues and implement new functionality w We should check and update if necessary: -- [ ] The "Known Issues" section - -to ensure that any items that are resolved in the latest release are no longer listed in the README. +- [ ] The "Known Issues" section to ensure that any items that are resolved in the latest release are no longer listed in the README. +- [ ] The "Build and Run Instructions" section. Check if any new dependencies were introduced and + list them if needed; one possible approach is to check for changes in the `Dockerfile` + since the last tag: `git diff docker/Dockerfile`. ## Change Log