Skip to content

Commit a8e6b1d

Browse files
committed
Reverse version level release order.
1 parent 06c19d5 commit a8e6b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
type: choice
77
description: Version number to increment
88
options:
9-
- major
10-
- minor
119
- patch
10+
- minor
11+
- major
1212

1313
jobs:
1414
release:

0 commit comments

Comments
 (0)