Skip to content

Commit 2216d6b

Browse files
committed
less verbose descriptions
1 parent c0f48ff commit 2216d6b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
release_type:
77
type: choice
8-
description: "Type of release to create"
8+
description: Release Type
99
default: stable
1010
options:
1111
- stable
@@ -15,21 +15,21 @@ on:
1515

1616
version_bump:
1717
type: choice
18-
description: "Which part of the version to increment"
18+
description: Version Bump
1919
default: patch
2020
options:
2121
- patch
2222
- minor
2323
- major
24-
24+
2525
continue_prerelease:
2626
type: boolean
27-
description: "Continue an existing alpha/beta/rc series instead of starting a new one"
27+
description: Continue existing prerelease (if available)
2828
default: false
29-
29+
3030
is_dry_run:
3131
type: boolean
32-
description: "Simulate the release without making any changes"
32+
description: Dry Run
3333
default: false
3434

3535
jobs:

0 commit comments

Comments
 (0)