Skip to content
  1. Jun 30, 2025
    • Matthew Clarkson's avatar
      feat: import Bazel version specific run commands · 26aa9382
      Matthew Clarkson authored
      Add four new environment variables for run command substitution:
      
      - `BAZEL_MAJOR_VERSION`
      - `BAZEL_MAJOR_MINOR_VERSION`
      - `BAZEL_MAJOR_MINOR_PATCH_VERSION`
      - `BAZEL_VERSION` (same as `BAZEL_MAJOR_MINOR_PATCH_VERSION`)
      
      These can be used to import version specific run commands.
      
      ```
      try-import %workspace%/.bazelrc.${BAZEL_MAJOR_MINOR_PATCH_VERSION}
      try-import %workspace%/.bazelrc.${BAZEL_MAJOR_MINOR_VERSION}
      try-import %workspace%/.bazelrc.${BAZEL_MAJOR_VERSION}
      ```
      26aa9382
  2. Jun 10, 2025
  3. May 14, 2025
  4. Mar 17, 2025
  5. Mar 05, 2025
  6. Feb 20, 2025
  7. Feb 05, 2025
  8. Jan 14, 2025
  9. Jan 13, 2025
  10. Jan 10, 2025
  11. Dec 19, 2024
  12. Dec 17, 2024
  13. Dec 13, 2024
  14. Dec 10, 2024
  15. Dec 09, 2024
  16. Dec 05, 2024
  17. Dec 04, 2024
Loading