load("@cgrindel_bazel_starlib//bzlrelease:defs.bzl", "generate_release_notes") generate_release_notes(name, generate_workspace_snippet, generate_module_snippet)
Defines an executable target that generates release notes as Github markdown.
Typically, this macro is used in conjunction with the generate_workspace_snippet
macro. The generate_workspace_snippet
defines how to generate the workspace snippet. The resulting target is then referenced by this macro.
PARAMETERS