commit | 512939e371851df5b93ff4d05a247dc8bc74c742 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed May 31 14:20:27 2023 -0400 |
committer | GitHub <noreply@github.com> | Wed May 31 14:20:27 2023 -0400 |
tree | 1fa0917cbde9ed9e167e10be9360653c691a68b7 | |
parent | 929b8d9d54a2db6fbe27b72dca4e71a30e820199 [diff] |
Prepare release 0.5.5 with java toolchains breakage fix for Bazel at HEAD (#158) Update rules_java dep to fix "No matching toolchains" errors with Bazel at HEAD, i.e. after https://github.com/bazelbuild/bazel/commit/975866a3e09212766bd353a90a8c42efe91d53ab This error warrants an immediate release because it affects users of Stardoc releases, not just Stardoc itself. See https://buildkite.com/bazel/bazel-skylib/builds/2692#0188728a-5bf4-4bb0-8d3a-6bc726a54f26 for an example failure.
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.