Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ on:
release_type:
description: "Type of Release"
required: true
default: build
default: patch
type: choice
options:
- major
- minor
- patch
- prerelease
- build
forced_version:
description: "(Optional) SemVer2-compliant forced-version to tag explicitly, instead of auto-bumping.
Must not already exist"
Expand Down