Skip to content

Commit 04660a6

Browse files
author
NullPointerException
committed
v3.8.3-pre2
1 parent bd5d1ef commit 04660a6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

PipePipeClient

Submodule PipePipeClient updated from 8c8a1c1 to f9c91d0

PipePipeExtractor

Submodule PipePipeExtractor updated from fd9eda6 to 387d522

release.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ git pull
33
cd ../PipePipeExtractor
44
git pull
55
cd ..
6-
vim fastlane/metadata/android/en-US/changelogs/$1.txt
6+
if [ -n "$1" ]; then
7+
vim fastlane/metadata/android/en-US/changelogs/$1.txt
8+
else
9+
echo "No version number provided. Skipping changelog edit."
10+
fi
711
git add .
812
git commit -a
913
git push

0 commit comments

Comments
 (0)