Prepare release 0.5.6, now with java toolchains breakage fix with bzlmod too (#159)

I forgot to bump the rules_java dep in MODULE.bazel.

We ought to have a consistency check for this...
3 files changed
tree: e7ac660b9fe145030cb4ac3a8c13d60c75ca25f4
  1. .bazelci/
  2. distro/
  3. docs/
  4. stardoc/
  5. test/
  6. .bazelignore
  7. .bazelrc
  8. .gitignore
  9. AUTHORS
  10. BUILD
  11. CHANGELOG.md
  12. CODEOWNERS
  13. CONTRIBUTING.md
  14. CONTRIBUTORS
  15. LICENSE
  16. maven_install.json
  17. MODULE.bazel
  18. README.md
  19. rules_jvm_external.patch
  20. setup.bzl
  21. update-release-binary.sh
  22. update-stardoc-docs.sh
  23. update-stardoc-tests.sh
  24. version.bzl
  25. WORKSPACE
README.md

Stardoc - Starlark Documentation Generator

Build status

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 .bzlfile.

Get Started

About Stardoc

Project Status

Skydoc deprecation

Stardoc is a replacement for the deprecated “Skydoc” documentation generator.

See Skydoc Deprecation for details on the deprecation and migration details.

Future plans

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.

Maintainer's guide

See the maintaner's guide for instructions for cutting a new release.