commit | 3d8da1c4455f8b43a515fd2e2b9eb5860a11d4e0 | [log] [tgz] |
---|---|---|
author | bazel.build machine account <ci.bazel@gmail.com> | Tue Oct 29 19:21:08 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 29 18:21:08 2024 +0000 |
tree | 86170c07aa91987162cbc0465be7cc5d40767622 | |
parent | b84f3a9942692c0c10d9e9e7b5bb01c17d722850 [diff] |
[7.4.1] docs(module): fix list of bullet points not rendering (#24132) Looks like f6687ad45eccfa7928c9a54f3db2e3c660d9bbce didn't fully fix things, based on looking at https://bazel.build/external/module today: <img width="907" alt="Screenshot 2024-10-15 at 1 13 37 PM" src="https://github.com/user-attachments/assets/800487d4-0845-418d-8042-bd2c4bad017c"> Closes #23985. PiperOrigin-RevId: 691071540 Change-Id: Ic474af8308843314aaeaaa85a40dfc487cf7efca Commit https://github.com/bazelbuild/bazel/commit/4e4b88fd8385471b783c36f3d9835ba177470fc7 Co-authored-by: Matt Brown <mattbrown@spotify.com>
diff --git a/site/en/external/module.md b/site/en/external/module.md index fa8ba89..b147d1a 100644 --- a/site/en/external/module.md +++ b/site/en/external/module.md
@@ -206,6 +206,7 @@ Note that **the canonical name format** is not an API you should depend on and **is subject to change at any time**. Instead of hard-coding the canonical name, use a supported way to get it directly from Bazel: + * In BUILD and `.bzl` files, use [`Label.repo_name`](/rules/lib/builtins/Label#repo_name) on a `Label` instance constructed from a label string given by the apparent name of the repo, e.g.,