tree: 0722833ec3244c804ad8a84d779bad026219e2ac [path history] [tgz]
  1. testdata/
  2. BUILD
  3. create_release_docs.py
  4. get_workspace_status.sh
  5. README.md
  6. rewriter.py
  7. rewriter_test.py
scripts/docs/README.md

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