Skip to content

Commit b9e9154

Browse files
committed
Fix
1 parent f731d37 commit b9e9154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/release-automated.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
7. Add archive_override to [MODULE.bazel](https://github.com/bazelbuild/bazel/blob/master/MODULE.bazel)
6767
6868
* 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 `<commit>.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).
69+
* Alternately, run `cat <commit>.tar.gz | openssl dgst -sha256 -binary | base64`.
6970
7071
* Add archive_override with the `integrity` and commit hash from above.
7172

0 commit comments

Comments
 (0)