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:
parent
2439bed3d2
commit
bae470b5ba
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue