From 9bb2da2a901af145faf62eb41cacc6676dc1211a Mon Sep 17 00:00:00 2001 From: Pascal Honegger Date: Sun, 7 May 2023 17:12:16 +0200 Subject: [PATCH] feat(ci): automatically generate draft release with changelog on publish --- .github/workflows/publish-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index cb0d7d49..12728d35 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -34,3 +34,5 @@ jobs: cli/build/distributions/cli.tar language-server/build/libs/samt-ls.jar fail_on_unmatched_files: true + draft: true + generate_release_notes: true