Skip to content

Commit 894c316

Browse files
authored
Merge pull request #595 from WASdev/placeholder_versions_confusing
Default placeholder for versions fields can be confusing
2 parents 1d50506 + 4c3bb55 commit 894c316

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/update_files_for_release.yml

Lines changed: 3 additions & 6 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:
@@ -55,7 +52,7 @@ jobs:
5552

5653
- name: Create Pull Request
5754
run: |
58-
gh pr create -B vNext -H "${{ inputs.NEW_VERSION }}-release" -r mbroz2 -r leochr --title "Updates for the release of ${{ inputs.NEW_VERSION }}" --body "Created by Github Actions"
55+
gh pr create -B vNext -H "${{ inputs.NEW_VERSION }}-release" -r leochr --title "Updates for the release of ${{ inputs.NEW_VERSION }}" --body "Created by Github Actions"
5956
env:
6057
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6158

0 commit comments

Comments
 (0)