Skip to content

Commit

Permalink
v3.8.3-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
NullPointerException committed Nov 1, 2024
1 parent bd5d1ef commit 04660a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PipePipeClient
Submodule PipePipeClient updated from 8c8a1c to f9c91d
2 changes: 1 addition & 1 deletion PipePipeExtractor
Submodule PipePipeExtractor updated from fd9eda to 387d52
6 changes: 5 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ git pull
cd ../PipePipeExtractor
git pull
cd ..
vim fastlane/metadata/android/en-US/changelogs/$1.txt
if [ -n "$1" ]; then
vim fastlane/metadata/android/en-US/changelogs/$1.txt
else
echo "No version number provided. Skipping changelog edit."
fi
git add .
git commit -a
git push
Expand Down

0 comments on commit 04660a6

Please sign in to comment.