Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and woody-apple committed Oct 24, 2023
1 parent 864bda0 commit 840694f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tagging/tag_new_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ ADDITIONAL_ARGS=""

# Look for any prerelease information in the spec version (eg: 1.3.0-sve), and target the prerelease channel
case "$NEW_RELEASE_TAG" in
*alpha* | *beta* | *prerelease* | *testevent* | *te* | *sve*)
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --prerelease"
;;
*alpha* | *beta* | *prerelease* | *testevent* | *te* | *sve*)
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --prerelease"
;;
esac

echo "Current release: $CURRENT_RELEASE"
Expand Down

0 comments on commit 840694f

Please sign in to comment.