bazelbuild / stardoc

Stardoc: Starlark Documentation Generator
Apache License 2.0
108 stars 45 forks source link

Unbreak distro tarballs after #236 #240

Closed tetromino closed 4 months ago

tetromino commented 5 months ago

236 renders Stardoc's distro tarballs (generated by bazel build //distro) unusable.

I need to fix WORKSPACE and MODULE.bazel to be compatible with the distro tarball generation after the latest change, and update maintainer instructions.

This blocks the 0.7.1 release.

tetromino commented 4 months ago

Fixed by #243