| load("@bazel_skylib//:version.bzl", "version") |
| load("@rules_pkg//:pkg.bzl", "pkg_tar") |
| load("@rules_pkg//releasing:defs.bzl", "print_rel_notes") |
| default_visibility = ["//visibility:private"], |
| srcs = ["//:distribution"], |
| # Make it owned by root so it does not have the uid of the CI robot. |
| # Make it owned by root so it does not have the uid of the CI robot. |
| # Build the artifact to put on the github release page. |
| name = "bazel-skylib-%s" % version, |
| # Make it owned by root so it does not have the uid of the CI robot. |
| deps_method = "bazel_skylib_workspace", |
| setup_file = ":workspace.bzl", |