Skip to content

Commit 8f3f13f

Browse files
authored
Add link to blog post from canonical names README (#337)
The blog post "Migrating to Bazel Modules (a.k.a. Bzlmod) - Repo Names, Macros, and Variables" is now live: - https://blog.engflow.com/2024/09/06/migrating-to-bazel-modules-aka-bzlmod---repo-names-macros-and-variables/
1 parent 8ab8fd1 commit 8f3f13f

File tree

1 file changed

+5
-3
lines changed
  • bzlmod/canonical-repo-name-injection

1 file changed

+5
-3
lines changed

bzlmod/canonical-repo-name-injection/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Canonical Repo Name Injection
1+
# Canonical Repo Name Injection Demo
22

3-
This is the example code for the upcoming EngFlow blog post "Migrating to
4-
Bazel Modules (a.k.a. Bzlmod) - Repo Names, Macros, and Variables."
3+
This is the example code for the EngFlow blog post "[Migrating to Bazel
4+
Modules (a.k.a. Bzlmod) - Repo Names, Macros, and Variables][blog]."
55

66
To try it out:
77

@@ -16,3 +16,5 @@ cat bazel-bin/custom-rule-constants.js
1616
vimdiff bazel-bin/{genrule,custom-rule}-constants.js
1717
node bazel-bin/repo-dir-check.mjs
1818
```
19+
20+
[blog]: https://blog.engflow.com/2024/09/06/migrating-to-bazel-modules-aka-bzlmod---repo-names-macros-and-variables/

0 commit comments

Comments
 (0)