theoremlp / rules_multitool

Bazel rules for ergonomic tool definitions
Apache License 2.0
24 stars 5 forks source link

Simplify the download steps of release in automation.md #40

Closed hunshcn closed 5 months ago

hunshcn commented 5 months ago

Also fixed this command. (curl https://api.github.com/repos/theoremlp/multitool/releases/latest | jq -r '.assets[].browser_download_url | select(. | test("linux-gnu.tar.xz$"))' will get 2 items.)