We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd041a commit 06cd247Copy full SHA for 06cd247
1 file changed
.github/workflows/release.yml
@@ -13,15 +13,7 @@ on:
13
- stable
14
- beta
15
- nightly
16
- bump_level:
17
- description: "Bump Level (SemVer only: major, minor, patch)"
18
- required: false
19
- default: "patch"
20
- type: choice
21
- options:
22
- - patch
23
- - minor
24
- - major
+
25
version_override:
26
description: "Manually override new version (e.g. 1.2.3 or 2026.6.2b1). Leave empty to use automatic calculation."
27
required: false
0 commit comments