2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-27 17:43:27 +00:00
Common useful functions for writing BUILD files and Starlark macros/rules
Find a file
Derek Cormier fc855df8cf
feat: post a pr to bcr on successful release (#97)
* feat: post a pr to bcr on successful release

* Change to GH app based auth

Following instructions at https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens

Co-authored-by: Alex Eagle <alex@aspect.dev>
2022-05-02 18:42:29 -07:00
.bazelci feat: yq (#80) 2022-04-19 21:45:06 -07:00
.github/workflows feat: post a pr to bcr on successful release (#97) 2022-05-02 18:42:29 -07:00
docs refactor: export copy_to_directory_lib in the public API for use downstream in packaging rules (#96) 2022-04-29 15:26:24 -07:00
e2e chore: use aspect_bazel_lib diff_test (#94) 2022-04-29 00:36:41 -07:00
lib refactor: export copy_to_directory_lib in the public API for use downstream in packaging rules (#96) 2022-04-29 15:26:24 -07:00
tools feat: add os_arch_name() function to repo_utils and cleanup yq & jq toolchains for repository names follow this convention (#82) 2022-04-21 17:45:33 -07:00
.bazelrc fix: set --nolegacy_external_runfiles in .bazelrc (#76) 2022-04-14 07:02:49 -07:00
.bazelversion
.gitattributes feat: yq (#80) 2022-04-19 21:45:06 -07:00
.gitignore fix(write_source_files): fix writing to workspace root (#53) 2022-03-30 17:04:35 -07:00
.pre-commit-config.yaml update buildifier and fix formatting 2022-04-01 13:33:14 -07:00
.prettierignore test: add test coverage for docs rules 2022-04-27 17:34:45 -07:00
BUILD.bazel update buildifier and fix formatting 2022-04-01 13:33:14 -07:00
CONTRIBUTING.md
internal_deps.bzl feat: yq (#80) 2022-04-19 21:45:06 -07:00
LICENSE
MODULE.bazel test: add test coverage for docs rules 2022-04-27 17:34:45 -07:00
README.md Document support option 2022-04-20 11:36:48 -07:00
WORKSPACE test: introduce an e2e test asserting that bzlmod works 2022-04-27 17:34:45 -07:00

Aspect's Bazel helpers library

This is code we would contribute to bazel-skylib, but the declared scope of that project is narrow and it's very difficult to get anyone's attention to review PRs there.

Need help? This ruleset has support provided by https://aspect.dev.

Installation

From the release you wish to use: https://github.com/aspect-build/bazel-lib/releases copy the WORKSPACE snippet into your WORKSPACE file.