load("@cgrindel_bazel_starlib//bzlrelease:defs.bzl", "create_release") create_release(name, workflow_name)
Declares an executable target that launches a Github Actions release workflow.
This utility expects Github's CLI (gh
) to be installed. Running this utility launches a Github Actions workflow that creates a release tag, generates release notes, creates a release, and creates a PR with an updated README.md file.
PARAMETERS
Name | Description | Default Value |
---|---|---|
name | The name of the executable target as a string . |
none |
workflow_name | The name of the Github Actions workflow. | none |