Skip to content

Commit

Permalink
chore: change release step to a choice
Browse files Browse the repository at this point in the history
  • Loading branch information
AriTheElk committed Dec 15, 2024
1 parent e2917ed commit 1560c4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version to bump (major, minor, patch)'
description: 'Version to bump'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major

jobs:
release:
Expand Down

0 comments on commit 1560c4e

Please sign in to comment.