aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-07-22 15:28:04 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-07-22 15:28:04 +0530
commit44846d1bde14cd22a06cb5632d0ff73ab82e6fad (patch)
tree565c25c251a3bf6da76ddd3039b20f421e9c8b49 /.github
parent4c5341834da909e5567defd747e7a674bd8e82ec (diff)
github: create release as draft
Allows us to verify manually that the generated release is correct before we spam our users with notifications Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 43cd9fac..10484521 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -117,7 +117,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.changelog_reader.outputs.log_entry }}
- draft: false
+ draft: true
prerelease: false
- name: Get the version