We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f48ff commit 2216d6bCopy full SHA for 2216d6b
1 file changed
.github/workflows/create-release.yml
@@ -5,7 +5,7 @@ on:
5
inputs:
6
release_type:
7
type: choice
8
- description: "Type of release to create"
+ description: Release Type
9
default: stable
10
options:
11
- stable
@@ -15,21 +15,21 @@ on:
15
16
version_bump:
17
18
- description: "Which part of the version to increment"
+ description: Version Bump
19
default: patch
20
21
- patch
22
- minor
23
- major
24
-
+
25
continue_prerelease:
26
type: boolean
27
- description: "Continue an existing alpha/beta/rc series instead of starting a new one"
+ description: Continue existing prerelease (if available)
28
default: false
29
30
is_dry_run:
31
32
- description: "Simulate the release without making any changes"
+ description: Dry Run
33
34
35
jobs:
0 commit comments