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 dc8776a commit 69086ddCopy full SHA for 69086dd
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch: # Allows manual triggering
5
inputs:
6
version:
7
- description: 'Release version (e.g., 3.0.4)'
+ description: 'Release version (e.g., 3.0.4), you must have a changelog ready for this version (e.h. 3.0.4-snapshot-20231001)'
8
required: true
9
type: string
10
0 commit comments