mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +02:00
publish a draft release with auto generate release notes
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
8c7951465e
commit
d75f22cc7b
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -44,7 +44,8 @@ jobs:
|
|||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "bin/*"
|
artifacts: "bin/*"
|
||||||
prerelease: true
|
generateReleaseNotes: true
|
||||||
|
draft: true
|
||||||
commit: "v2"
|
commit: "v2"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.event.inputs.tag }}
|
tag: ${{ github.event.inputs.tag }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user