Skip to content

Files

Latest commit

e58785c · Jul 25, 2022

History

History
This branch is 9246 commits behind bazelbuild/bazel:master.

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 25, 2022
May 3, 2022
Jul 13, 2022
Oct 16, 2020
Jun 17, 2021
Jul 8, 2022
May 31, 2021
Jun 22, 2020
Jul 13, 2022
Oct 12, 2021
Nov 18, 2019
Oct 12, 2021
Apr 13, 2022
Jan 16, 2020
Sep 5, 2018
Feb 24, 2022
Sep 28, 2021
Apr 27, 2016
Jul 21, 2020

Bazel Release Documentation

This directory contains scripts to build the versioned documentation for a new Bazel release.

Build release documentation

You can build the release documentation by running this command from within a release branch:

bazel build //scripts/docs:gen_release_docs --config=docs

This is only necessary for testing, though. There is a separate pipeline that handles this task for actual Bazel releases.

Test scripts

You can test some of the scripts by running the following command:

bazel test --test_output=streamed //scripts/docs:rewriter_test