github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/release_signer/BUILD (about)

     1  go_binary(
     2      name = 'release_signer',
     3      srcs = ['main.go'],
     4      deps = [
     5          '//src/cli',
     6          '//tools/release_signer/signer',
     7      ],
     8      visibility = ['//package:all'],
     9  )