Include `MODULE.bazel` in bazel release archive (#4779)

So it can be used with bzlmod.
This commit is contained in:
JP Simard 2023-02-22 12:29:26 -05:00 committed by GitHub
parent 5c94a43352
commit e2f3f3ad45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
BUILD
View File

@ -79,6 +79,7 @@ filegroup(
filegroup(
name = "release_files",
srcs = [
"MODULE.bazel",
"BUILD",
"LICENSE",
"//:LintInputs",