Skip to content

Commit d2c97ce

Browse files
authored
Merge pull request #1894 from progfay/default-new-ver-choice
change `new_version` default choice
2 parents a1ca9b0 + 4762a84 commit d2c97ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
required: true
99
type: choice
1010
options:
11-
- major
12-
- minor
1311
- patch
12+
- minor
13+
- major
1414

1515
jobs:
1616
publish:

0 commit comments

Comments
 (0)