Skip to content

Commit

Permalink
enhance next version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Oct 22, 2024
1 parent 9abc864 commit 75c1f9e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ on:
workflow_dispatch:
inputs:
release_type:
description: 'Next version type'
description: 'Next version type: [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]'
required: true
type: choice
type: string
default: 'patch'
options:
- patch
- minor
- major

concurrency:
group: release
Expand Down

0 comments on commit 75c1f9e

Please sign in to comment.