Skip to content

Commit

Permalink
Update documentation for Bazel 4.2.1 (#13558).
Browse files Browse the repository at this point in the history
Closes #13922.

PiperOrigin-RevId: 393788736
  • Loading branch information
katre authored and copybara-github committed Aug 30, 2021
1 parent e92e04d commit e70d9e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/docs/doc_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"""This module contains the versions and hashes of Bazel's documentation tarballs."""

DOC_VERSIONS = [
{
"version": "4.2.1",
"sha256": "b767b7aa949f96b602257587add3be38acbead03bf919fe871397bc80d97f8b2",
},
{
"version": "4.2.0",
"sha256": "1188fc6c3354f85741bacbb2bc7dab6bbfd1d2f44475846293ff232fb01709b8",
Expand Down
3 changes: 2 additions & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ gems:
url: "https://docs.bazel.build" # used by jekyll-sitemap

# Update this to the newest release for the default docs.bazel.build version.
version: "4.2.0"
version: "4.2.1"

# This must be kept in sync with //scripts/docs:doc_versions.bzl
doc_versions:
- main
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
Expand Down

0 comments on commit e70d9e9

Please sign in to comment.