Skip to content

Commit

Permalink
added build number to release notes filename
Browse files Browse the repository at this point in the history
  • Loading branch information
vladignatyev committed Mar 14, 2016
1 parent 9e28b43 commit 0cdb586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sign-and-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ read -r -d '' RELEASE_NOTES <<- EOM
Commit: $TRAVIS_COMMIT\r\n
EOM

echo $RELEASE_NOTES > $OUTPUTDIR/ipa/notes.txt
echo $RELEASE_NOTES > "$OUTPUTDIR/ipa/notes - $TRAVIS_BUILD_NUMBER.txt"

xcrun -log -sdk iphoneos PackageApplication "$OUTPUTDIR/$APP_NAME.app" -o "$OUTPUTDIR/ipa/$APP_NAME - $TRAVIS_BUILD_NUMBER.ipa" -sign "$DEVELOPER_NAME" -embed "$PROVISIONING_PROFILE"

0 comments on commit 0cdb586

Please sign in to comment.