add rule to generate list of status values

master
melvinzhang 2016-07-02 20:16:02 +08:00
parent 8011f209d7
commit 3574d99e10
1 changed files with 3 additions and 0 deletions

View File

@ -877,6 +877,9 @@ normalize_scripts.diff:
diff -d -ru -I rarity= -I removal= -I image -I enchant= -I effect= -I value= -I static= -I timing= -I mana= \
release/Magarena/scripts scripts-builder/OUTPUT/scripts_missing | grep -v Only > $@
sorted_status.txt:
grep status= -r release/Magarena/scripts_missing/ -h | sort | uniq > $@
# export GITHUB_TOKEN=`cat token`
create-draft-release:
github-release release \