Skip to content

Commit 6f74cde

Browse files
Drop build and prerelease types from release workflow (#720)
We've never used these before and I accidentally created a build release. I'd guess we don't actually want/need that.
1 parent f9aebc4 commit 6f74cde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ on:
1616
release_type:
1717
description: "Type of Release"
1818
required: true
19-
default: build
19+
default: patch
2020
type: choice
2121
options:
2222
- major
2323
- minor
2424
- patch
25-
- prerelease
26-
- build
2725
forced_version:
2826
description: "(Optional) SemVer2-compliant forced-version to tag explicitly, instead of auto-bumping.
2927
Must not already exist"

0 commit comments

Comments
 (0)