This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch update-release-guide-web-console-links in repository https://gitbox.apache.org/repos/asf/druid.git
commit 7ea809552a9deeee024f719f127c037225422586 Author: Clint Wylie <[email protected]> AuthorDate: Wed Aug 24 16:25:22 2022 -0700 Update asf-release-process-guide.md --- distribution/asf-release-process-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distribution/asf-release-process-guide.md b/distribution/asf-release-process-guide.md index 6762634511..98f313477e 100644 --- a/distribution/asf-release-process-guide.md +++ b/distribution/asf-release-process-guide.md @@ -235,6 +235,8 @@ You will also need to manually update the top level html file, [unified-console. <script src="public/web-console-0.17.0.js"></script> ``` +Finally, [`DRUID_DOCS_VERSION` in `links.ts`](../web-console/src/links.ts) needs to be adjusted from `'latest'` to whatever the release version is, e.g. `0.17.0` so that the web console documentation links point to the correct location. + ## Building a release candidate --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
