Skip to content

Commit

Permalink
Add manual tags to release_files targets (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentleyjones authored Jan 27, 2023
1 parent 227de7f commit 119cf8a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ filegroup(
"//tools:release_files",
"//xcodeproj:release_files",
],
tags = ["manual"],
)

# Buildifier
Expand Down
1 change: 1 addition & 0 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ filegroup(
srcs = glob(["*"]) + [
"//" + package_name() + "/com_github_michaeleisel_jjliso8601dateformatter:release_files",
],
tags = ["manual"],
visibility = ["//visibility:public"],
)
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ filegroup(
"**/.*",
],
),
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ filegroup(
"//" + package_name() + "/swiftc_stub:release_files",
"//" + package_name() + "/xccurrentversions_parser:release_files",
],
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions tools/extensionpointidentifiers_parser/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ filegroup(
"**/.*",
],
),
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions tools/generator/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ filegroup(
"test/**",
],
),
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions tools/params_processors/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ filegroup(
"**/.*",
],
),
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions tools/swiftc_stub/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ filegroup(
"**/.*",
],
),
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions tools/xccurrentversions_parser/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ filegroup(
"**/.*",
],
),
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions xcodeproj/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ filegroup(
) + [
"//" + package_name() + "/internal:release_files",
],
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions xcodeproj/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ filegroup(
) + [
"//" + package_name() + "/bazel_integration_files:release_files",
],
tags = ["manual"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions xcodeproj/internal/bazel_integration_files/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ filegroup(
"**/.*",
],
),
tags = ["manual"],
visibility = ["//visibility:public"],
)

0 comments on commit 119cf8a

Please sign in to comment.