Skip to content

Commit d75f22c

Browse files
gloursndeloof
authored andcommitted
publish a draft release with auto generate release notes
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 8c79514 commit d75f22c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
- uses: ncipollo/release-action@v1
4545
with:
4646
artifacts: "bin/*"
47-
prerelease: true
47+
generateReleaseNotes: true
48+
draft: true
4849
commit: "v2"
4950
token: ${{ secrets.GITHUB_TOKEN }}
5051
tag: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)