Add distro tarball generation and maintainer docs for cutting a release (#111)

10 files changed
tree: c1a2bd8047ef879dbb162b7cc0f6c103085b4a05
  1. .bazelci/
  2. distro/
  3. docs/
  4. stardoc/
  5. test/
  6. .gitignore
  7. AUTHORS
  8. BUILD
  9. CHANGELOG.md
  10. CODEOWNERS
  11. CONTRIBUTING.md
  12. CONTRIBUTORS
  13. LICENSE
  14. README.md
  15. setup.bzl
  16. update-release-binary.sh
  17. update-stardoc-docs.sh
  18. update-stardoc-tests.sh
  19. version.bzl
  20. 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.