1 - Bazel targets

NameInfo
changelog
locationgo/tools/BUILD.bazel:10:17
name//go/tools:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationgo/tools/BUILD.bazel:10:17
name//go/tools:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //go/tools:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationgo/tools/BUILD.bazel:10:17
name//go/tools:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //go/tools:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationgo/tools/BUILD.bazel:10:17
name//go/tools:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationgo/tools/BUILD.bazel:10:17
name//go/tools:changelog.template
ruleClass_write_file
ruleOutput
  • //go/tools:changelog.template.md
visibility
  • //visibility:private
readme
locationgo/tools/BUILD.bazel:5:10
name//go/tools:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationgo/tools/BUILD.bazel:5:10
name//go/tools:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationgo/tools/BUILD.bazel:5:10
name//go/tools:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public

2 - Changelog

  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Move go tools to go/tools with a separate go.mod, rename MODULE files (fe6e1d)