Skip to content

Commit

Permalink
Add link to blog post from canonical names README (#337)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
mbland authored Sep 6, 2024
1 parent 8ab8fd1 commit 8f3f13f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bzlmod/canonical-repo-name-injection/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Canonical Repo Name Injection
# Canonical Repo Name Injection Demo

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

To try it out:

Expand All @@ -16,3 +16,5 @@ cat bazel-bin/custom-rule-constants.js
vimdiff bazel-bin/{genrule,custom-rule}-constants.js
node bazel-bin/repo-dir-check.mjs
```

[blog]: https://blog.engflow.com/2024/09/06/migrating-to-bazel-modules-aka-bzlmod---repo-names-macros-and-variables/

0 comments on commit 8f3f13f

Please sign in to comment.