From 0ddf13eb71d5941e7746baaf58094724907638c2 Mon Sep 17 00:00:00 2001 From: Jonathon Belotti Date: Tue, 2 Mar 2021 22:09:17 +1100 Subject: [PATCH] remove obsolete TODO --- distro/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/distro/BUILD b/distro/BUILD index de93c0a1ec..1d88d32fd0 100644 --- a/distro/BUILD +++ b/distro/BUILD @@ -22,9 +22,6 @@ pkg_tar( visibility = ["//examples:__pkg__"], ) -# TODO(brandjon): print_rel_notes doesn't appear to handle our use case of -# emitting an optional additional deps method from a different file. For now we -# manually adjust our release notes. print_rel_notes( name = "relnotes", outs = ["relnotes.txt"],