bito-code-review[bot] commented on PR #44240: URL: https://github.com/apache/superset/pull/44240#issuecomment-5666459933
<!-- Bito Reply --> The review comment is correct. The documentation currently uses `5.0.0` as an example, which is inconsistent with the new release naming convention introduced in this PR (starting at `7.0.0`). To resolve this, the examples should be updated to use `7.0.0` to align with the new documentation added in the PR. **docs/admin_docs/installation/docker-builds.mdx** ``` - without a build_preset suffix are `superset` builds (ie: `latest`, `7.0.0`, `master`, ...). ... - drivers** — published under `-lean` tags (ie: `latest-lean`, `7.0.0-lean`, `master-lean`). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
