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.
4 files changed
tree: 1fa0917cbde9ed9e167e10be9360653c691a68b7
  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.