Skip to content

Commit bd8b7f2

Browse files
committed
improve description of release arg
1 parent b630d91 commit bd8b7f2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
workflow_dispatch:
66
inputs:
77
version:
8-
description: 'Version to publish. Leave default to publish the current version. Supported values are path, minor, major, etc. See https://hatch.pypa.io/1.12/version/#supported-segments for all available segments.'
8+
description: |
9+
Version to publish.
10+
Leave default to publish the current version.
11+
To change version pass the number or a segment like path, minor, major, etc. See https://hatch.pypa.io/1.12/version/#supported-segments for all available segments.
912
required: true
1013
default: '~~version~~'
1114

0 commit comments

Comments
 (0)