Skip to content

Commit c256be8

Browse files
committed
Remove beta as default release type
1 parent 65a7173 commit c256be8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ on:
77
description: "The type of version bump"
88
required: true
99
type: choice
10-
default: "beta"
10+
default: "patch"
1111
options:
12-
- beta
1312
- patch
1413
- minor
1514
- explicit

0 commit comments

Comments
 (0)