feat: add options to the release workflow

This will make it easier to choose a release type.
This commit is contained in:
Jose Diaz-Gonzalez
2024-01-07 02:10:15 -05:00
parent 115b152ec6
commit 940f872113

View File

@@ -1,15 +1,21 @@
---
name: 'release'
name: "release"
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
inputs:
release_type:
description: 'Release type [build, betafish, patch, minor, major]'
description: "Release type"
default: "patch"
required: true
default: 'build'
type: choice
options:
- patch
- minor
- major
- build
- betafish
jobs:
release:
name: release