3.53.9
(fix): Fix README generation in Docker by adding ca-certificates to the Debian slim
base image. Since the switch from Alpine to Debian slim in v3.48.4, the container
was missing CA certificates, causing git clone over HTTPS to fail with
“server certificate verification failed”. This resulted in empty README files
being generated.
3.53.8
(chore): Improve error logging for README.md, reference.md, and CONTRIBUTING.md generation
failures. The generator now logs the actual error message and stack trace instead
of a generic “this is OK” message, making it easier to diagnose generation issues.