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/release.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@ on:
4
4
workflow_dispatch:
5
5
inputs:
6
6
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'
8
8
type: choice
9
9
required: true
10
10
default: "-s"
11
11
options:
12
12
- major
13
13
- minor
14
14
- patch
15
-
- "-s"
15
+
- release
16
+
- ""
16
17
prerelease:
17
18
description: "If this is a prerelease and which type. See docs for details: https://hatch.pypa.io/latest/version/#supported-segments"
0 commit comments