Skip to content

Commit

Permalink
add major release option
Browse files Browse the repository at this point in the history
  • Loading branch information
onkarvhanumante committed Oct 18, 2023
1 parent bde7bcf commit 013e575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
releaseType:
type: choice
options:
- major
- minor
- patch
default: minor
required: true
description: 'minor: v0.X.0, patch: v0.0.X'
description: 'major: vX.0.0, minor: v0.X.0, patch: v0.0.X'
debug:
type: boolean
default: true
Expand Down

0 comments on commit 013e575

Please sign in to comment.