Skip to content

Commit

Permalink
docs: encourage use of latest yq/jq in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide authored and alexeagle committed Jul 2, 2022
1 parent d128b38 commit 7747491
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/jq.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/yq.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/jq.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def jq(name, srcs, filter = None, filter_file = None, args = [], out = None, **k
```starlark
load("@aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")
register_jq_toolchains(version = "1.6")
register_jq_toolchains()
```
Usage examples:
Expand Down
2 changes: 1 addition & 1 deletion lib/yq.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def yq(name, srcs, expression = ".", args = [], outs = None, **kwargs):
```starlark
load("@aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")
register_yq_toolchains(version = "4.24.5")
register_yq_toolchains()
```
Usage examples:
Expand Down

0 comments on commit 7747491

Please sign in to comment.