We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bd619 commit ca7b312Copy full SHA for ca7b312
tools/target_migration.bzl
@@ -4,4 +4,5 @@ def moved_targets(targets, new_package):
4
name=target[1:],
5
actual=new_package+target,
6
deprecation="This target has moved to %s%s"%(new_package,target),
7
+ tags = ["manual"],
8
)
0 commit comments