Skip to content

Commit 06cd247

Browse files
committed
chore: remove bump_level choice from CalVer release config [bump-version]
1 parent 0fd041a commit 06cd247

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@ on:
1313
- stable
1414
- beta
1515
- 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
16+
2517
version_override:
2618
description: "Manually override new version (e.g. 1.2.3 or 2026.6.2b1). Leave empty to use automatic calculation."
2719
required: false

0 commit comments

Comments
 (0)