Skip to content

Commit c1efb80

Browse files
committed
Create a draft release (prep for immutable)
GitHub now supports immutable releases, which this project plans to use. Best practice is to create a draft release first, then release it once all the artifacts have been added, release notes written, etc. https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases
1 parent aec7d02 commit c1efb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ jobs:
630630
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # pinned commit for 2.4.1
631631
with:
632632
files: release-assets/*
633-
draft: false
633+
draft: true
634634
prerelease: false
635635
fail_on_unmatched_files: true
636636
generate_release_notes: true

0 commit comments

Comments
 (0)