We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787887a commit 645d671Copy full SHA for 645d671
.github/workflows/release-p5-mode.yml
@@ -3,10 +3,10 @@ on:
3
workflow_dispatch:
4
inputs:
5
version_number:
6
- description: "What is the revision number?"
+ description: "What is the revision number? (e.g. 1)"
7
required: true
8
version_pretty:
9
- description: "What is the pretty version name?"
+ description: "What is the pretty version name? (e.g. 0.1.0)"
10
11
12
jobs:
0 commit comments