Skip to content

Commit 645d671

Browse files
authored
Enhance input descriptions in release-p5-mode.yml
Updated input descriptions for version number and pretty version in the release workflow.
1 parent 787887a commit 645d671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-p5-mode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
workflow_dispatch:
44
inputs:
55
version_number:
6-
description: "What is the revision number?"
6+
description: "What is the revision number? (e.g. 1)"
77
required: true
88
version_pretty:
9-
description: "What is the pretty version name?"
9+
description: "What is the pretty version name? (e.g. 0.1.0)"
1010
required: true
1111

1212
jobs:

0 commit comments

Comments
 (0)