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:
Marius
2026-02-12 14:33:01 +01:00
committed by GitHub
parent 7c129b4ef5
commit 51c6ff2446
+2 -2
View File
@@ -15,9 +15,9 @@ on:
required: false
type: choice
options:
- major
- minor
- patch
- minor
- major
version:
description: "Override version (optional)"
required: false