Skip to content

Commit 57467bd

Browse files
committed
Update release workflow
1 parent fde9a1e commit 57467bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: "The type of version bump. Use `-s` for no change. See docs for details: https://hatch.pypa.io/latest/version/#supported-segments"
7+
description: 'The type of version bump. Use the blank option for no change. Use the "release" option to promote prerelease. See docs for details: https://hatch.pypa.io/latest/version/#supported-segments'
88
type: choice
99
required: true
1010
default: "-s"
1111
options:
1212
- major
1313
- minor
1414
- patch
15-
- "-s"
15+
- release
16+
- ""
1617
prerelease:
1718
description: "If this is a prerelease and which type. See docs for details: https://hatch.pypa.io/latest/version/#supported-segments"
1819
type: choice

0 commit comments

Comments
 (0)