blob: 73e251748f4df4e142d46f66666febb47808560b [file] [log] [blame] [view]
fweikert69895ba2022-07-13 04:56:04 -07001# Bazel Release Documentation
2
3This directory contains scripts to build the versioned documentation for a new Bazel release.
4
5## Build release documentation
6
7You can build the release documentation by running this command from within a release branch:
8
9```
10bazel build //scripts/docs:gen_release_docs --config=docs
11```
12
13This is only necessary for testing, though. There is a separate pipeline that handles this task for actual Bazel releases.
14
15## Test scripts
16
17You can test some of the scripts by running the following command:
18
19```
20bazel test --test_output=streamed //scripts/docs:rewriter_test
21```