Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 1.37 KB

generate_release_notes.md

File metadata and controls

executable file
·
29 lines (16 loc) · 1.37 KB

generate_release_notes Rule

generate_release_notes

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

Name Description Default Value
name The name of the executable target as a string. none
generate_workspace_snippet Optional.The label that should be executed to generate the workspace snippet. None
generate_module_snippet Optional.The label that should be executed to generate the Bazel module snippet. None