From e26f7c00bfa12c0d2a39cde29b991925566e3150 Mon Sep 17 00:00:00 2001 From: Ken Hu <106191785+kenhuuu@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:39:33 -0700 Subject: [PATCH] Add instructions to update PR template to release documentation CTR. --- docs/src/dev/developer/release.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index aaf1b8e1e47..4816404e21a 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -326,6 +326,7 @@ the help of a PMC member for those steps. .. `bin/process-docs.sh` and validate the generated `SNAPSHOT` documentation locally and then `bin/publish-docs.sh ` .. Commit and push the `SNAPSHOT` changes to git . Examine the `future.asciidoc` and update the "Roadmap" as needed. +. Update the version numbers in `pull_request_template.md`. . Send email to advise that code freeze is lifted. . Ensure that the GLV examples compile and run with the latest image and dependencies: `bin/run-examples.sh`. .. Make changes as necessary to update the examples.