From 3cfbd17bf2d5fc4f3f12aab4c4d8921502dcc253 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 27 May 2024 17:11:09 +0100 Subject: [PATCH] Automatically generate notes for continuous release (#7) Signed-off-by: Juan Cruz Viotti --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b2b4e3a7..826e6559 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -62,7 +62,7 @@ jobs: - run: gh release delete continuous --cleanup-tag --yes || true env: GH_TOKEN: ${{ github.token }} - - run: gh release create continuous --prerelease --draft=false --title continuous --target "$GITHUB_SHA" + - run: gh release create continuous --prerelease --draft=false --title continuous --target "$GITHUB_SHA" --generate-notes env: GH_TOKEN: ${{ github.token }} - run: gh release upload --clobber continuous build/out/*.zip