Skip to content

Latest commit

 

History

History
executable file
·
28 lines (15 loc) · 978 Bytes

create_release.md

File metadata and controls

executable file
·
28 lines (15 loc) · 978 Bytes

create_release Rule

create_release

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