Move copy release notes script out

This commit is contained in:
Davide De Rosa 2019-12-12 20:55:48 +01:00
parent ec9ba7024f
commit cc786df294
2 changed files with 2 additions and 15 deletions

@ -1 +1 @@
Subproject commit 65e00bc19c74dd8a9f61285d3c442cf97781e88d
Subproject commit c8ba44a8fd0d987de8fbdf8cc1f8033b96e320a1

View File

@ -1,14 +0,0 @@
#!/bin/sh
METADATA="release_notes"
RX='^[a-z]{2}(\-[A-z]+)?$'
cd fastlane/metadata
for LANG in `ls -d *`; do
if [[ $LANG == "en-US" ]]; then
continue
fi
if [[ ! $LANG =~ $RX ]]; then
continue
fi
#echo $LANG
cp en-US/$METADATA.txt $LANG
done

View File

@ -0,0 +1 @@
../Submodules/Core/scripts/copy-release-notes.sh