We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ee6a6 commit c2bcf8fCopy full SHA for c2bcf8f
.github/workflows/release.yml
@@ -13,11 +13,11 @@ on:
13
workflow_dispatch:
14
inputs:
15
customversion:
16
- description: 'Custom version (optional)'
+ description: 'Custom version, e.g., 1.0.0-beta (optional)'
17
required: false
18
default: ''
19
nextversion:
20
- description: 'Next version (optional)'
+ description: 'Next development version, e.g., 1.0.0-SNAPSHOT (optional)'
21
22
23
0 commit comments