Skip to content

Commit 735b7b3

Browse files
committed
Default placeholder for versions fields can be confusing
1 parent 1d50506 commit 735b7b3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/update_files_for_release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ on:
66
workflow_dispatch:
77
inputs:
88
OLD_VERSION:
9-
description: 'Enter old version'
10-
# Show defaults as examples so user enters correct format.
11-
default: '23.0.0.11'
9+
description: 'Enter old version (what was just released)'
1210
required: true
1311
type: string
1412
NEW_VERSION:
15-
description: 'Enter new version'
16-
default: '23.0.0.12'
13+
description: 'Enter new version (pre-eGA release)'
1714
required: true
1815
type: string
1916
BUILD_LABEL:

0 commit comments

Comments
 (0)