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 <mail@marek.onl>

Co-authored-by: Marek <mail@marek.onl>
This commit is contained in:
Conrado Gouvea 2022-05-20 16:19:51 -03:00 committed by GitHub
parent 2439bed3d2
commit bae470b5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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 <previous-release-tag> docker/Dockerfile`.
## Change Log