Skip to content

Commit

Permalink
Make version fragment a choice input.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart committed Dec 10, 2023
1 parent 6c83dcd commit c850f58
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 @@ -7,8 +7,13 @@ on:
required: true
version-fragment:
description: 'Version fragment to increase for next development cycle'
required: false
required: true
default: 'minor'
type: choice
options:
- major
- minor
- patch

env:
BOT_USER_NAME: eclipse-cbi-bot
Expand Down

0 comments on commit c850f58

Please sign in to comment.