Skip to content

Commit

Permalink
chore: change release step to a choice (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriTheElk authored Dec 15, 2024
1 parent e2917ed commit 0204ac4
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 0204ac4

Please sign in to comment.