commit | a9fba1abf94a116514d1517caadcd1b469400328 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Fri Feb 07 14:35:15 2025 -0500 |
committer | GitHub <noreply@github.com> | Fri Feb 07 14:35:15 2025 -0500 |
tree | c4bf2b625022ce8fb0fc23d35534f761cad6166b | |
parent | ffbada65981b18bb44e80a27c81a66e73ca58e84 [diff] |
Release automation fixes (#276) * Automation script must be executable * Test BCR tests with both Bazel 8.x and 7.x, as suggested by @fmeum in discussion of https://github.com/bazelbuild/bazel-central-registry/pull/3654
Stardoc is a documentation generator for Bazel build rules written in Starlark.
Stardoc provides a Starlark rule (stardoc
, see documentation) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzl
file.
Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation and migration details.
See our future plans for refactoring Stardoc to be more consistent with how Bazel evaluates .bzl files, and what it means for maintenance of this project.
See the maintaner's guide for instructions for cutting a new release.