You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/prepare-release.yml
+3-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ on:
6
6
tag:
7
7
description: 'The prerelease tag to apply on the release branch (if any). If not specified, any existing prerelease tag will be removed. The preceding hyphen may be omitted.'
8
8
required: false
9
+
default: ''
9
10
type: choice
10
11
options:
11
12
- ''
@@ -14,6 +15,7 @@ on:
14
15
versionIncrement:
15
16
description: 'Overrides the versionIncrement setting set in version.json for determining the next version of the current branch.'
0 commit comments