Skip to content

Commit

Permalink
allow pre version fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-draeger authored Jan 27, 2023
1 parent e58ed8c commit 736195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {
echo "could not read previous version"; exit 1
fi

possible_release_types="major feature bug alpha beta rc"
possible_release_types="major feature bug alpha beta pre rc"

if [[ ! ${possible_release_types[*]} =~ ${release_type} ]]; then
echo "valid argument: [ ${possible_release_types[*]} ]"; exit 1
Expand Down

0 comments on commit 736195e

Please sign in to comment.