Skip to content

Commit d02efe7

Browse files
committed
gha/release: Default to "draft" type
The majority of runs are no longer test-only so I think it's fine to have a draft already in place that can be easily turned into a real github release. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 76beb19 commit d02efe7

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/release-buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-cagent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-containerd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-credential-helpers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-docker-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-docker-engine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-model.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: true
1313
type: string
1414
release:
15-
description: '(optional) Release type'
15+
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'pushonly'
17+
default: 'draft'
1818
type: choice
1919
options:
2020
- pushonly

0 commit comments

Comments
 (0)