Skip to content

Commit

Permalink
Give @version-@ the same comment level as retail
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Apr 1, 2021
1 parent bbaa9fb commit 5925c7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1256,10 +1256,10 @@ localization_filter() {
lua_filter() {
local level
case $1 in
alpha) level="=" ;;
debug) level="==" ;;
retail) level="====" ;;
*) level="==="
alpha) level="=" ;;
debug) level="==" ;;
retail|version-*) level="====" ;;
*) level="==="
esac
sed \
-e "s/--@$1@/--[${level}[@$1@/g" \
Expand Down

0 comments on commit 5925c7a

Please sign in to comment.