mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
reorder publish bump options to default to patch (#284)
Put patch first so it's pre-selected in the workflow dispatch UI, reducing the risk of accidental major/minor releases.
This commit is contained in:
@@ -15,9 +15,9 @@ on:
|
||||
required: false
|
||||
type: choice
|
||||
options:
|
||||
- major
|
||||
- minor
|
||||
- patch
|
||||
- minor
|
||||
- major
|
||||
version:
|
||||
description: "Override version (optional)"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user