From a04150100279468844f689955d20e13ced2a54bd Mon Sep 17 00:00:00 2001 From: Alissa Rao Date: Mon, 25 Jul 2022 14:09:07 -0700 Subject: [PATCH] Generate release notes in the build_dist script. --- .github/workflows/build_dist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_dist.yml b/.github/workflows/build_dist.yml index 37c549f..59ba750 100644 --- a/.github/workflows/build_dist.yml +++ b/.github/workflows/build_dist.yml @@ -58,3 +58,4 @@ jobs: prerelease: true files: artifacts/** fail_on_unmatched_files: true + generate_release_notes: true