Move copy release notes script out
This commit is contained in:
parent
ec9ba7024f
commit
cc786df294
|
@ -1 +1 @@
|
|||
Subproject commit 65e00bc19c74dd8a9f61285d3c442cf97781e88d
|
||||
Subproject commit c8ba44a8fd0d987de8fbdf8cc1f8033b96e320a1
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
../Submodules/Core/scripts/copy-release-notes.sh
|
Loading…
Reference in New Issue