This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch release-update-web-console-tests in repository https://gitbox.apache.org/repos/asf/druid.git
commit 5f22c87f239acee332f3de6147d6a87f907bb8e1 Author: Clint Wylie <[email protected]> AuthorDate: Wed Apr 12 22:48:34 2023 -0700 Update asf-release-process-guide.md update release guide to include steps to ensure web-console tests that have docs links are updated correctly for the release branch --- distribution/asf-release-process-guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/distribution/asf-release-process-guide.md b/distribution/asf-release-process-guide.md index 4264f2ca53..d513caef6b 100644 --- a/distribution/asf-release-process-guide.md +++ b/distribution/asf-release-process-guide.md @@ -59,6 +59,14 @@ npm version 0.17.0 const DRUID_DOCS_VERSION = '0.17.0'; ``` +After this is done, run: + +``` +npm i && npm run jest -- -u +``` +to ensure that any web console tests that include documentation links are updated correctly to ensure that CI will pass on the release branch. + + The sample [`docker-compose.yml`](https://github.com/apache/druid/blob/master/distribution/docker/docker-compose.yml) used in the Docker quickstart documentation should match the release version: ```yaml --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
