From 7a622286ca13319a3c28571f7dec4712cc61fca4 Mon Sep 17 00:00:00 2001 From: Ivo List Date: Tue, 9 Mar 2021 11:55:16 +0100 Subject: [PATCH] Update release instructions with distdir_depos.bzl After the cleanup, the urls and hashes are in a single file only. There's no need to have an link to an example PR for this. --- docs/release.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release.md b/docs/release.md index 8dc0c87..3d61851 100644 --- a/docs/release.md +++ b/docs/release.md @@ -33,9 +33,9 @@ an example. The script will output the sha256sum of the rc artifacts for linux, darwin and windows. -5. Create a new bazel Pull Request that updates the `java_tools` `html_archive`s -with the new release candidates. See -[#8302](https://github.com/bazelbuild/bazel/pull/8302) as an example. +5. Create a new bazel Pull Request that updates the `java_tools` archives (file +[distdir_deps.bzl](https://github.com/bazelbuild/bazel/blob/master/distdir_deps.bzl)) +with the new release candidates. The PR triggers the CI presubmit.