From b9e915460c7d1c2b4fcf7fef5317e10953310091 Mon Sep 17 00:00:00 2001 From: keertk Date: Wed, 15 May 2024 07:17:29 -0700 Subject: [PATCH] Fix --- docs/release-automated.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-automated.md b/docs/release-automated.md index 332542b..724fdc1 100644 --- a/docs/release-automated.md +++ b/docs/release-automated.md @@ -66,6 +66,7 @@ 7. Add archive_override to [MODULE.bazel](https://github.com/bazelbuild/bazel/blob/master/MODULE.bazel) * To calculate the `integrity` value of the source archive, trigger the [BCR integrity pipeline](https://buildkite.com/bazel-trusted/bcr-integrity). Set the message field to "java_tools release [version] [rc]", and leave the commit field as "HEAD" and branch as "main". Click on "get archive" and enter the `.tar.gz` (e.g. `8b3d6fd2728610c71be2f6937783a396de139576.tar.gz`). The integrity value will be printed at the end of the "calculate integrity value" step. See [example](https://buildkite.com/bazel-trusted/bcr-integrity/builds/13). + * Alternately, run `cat .tar.gz | openssl dgst -sha256 -binary | base64`. * Add archive_override with the `integrity` and commit hash from above.