Skip to content

Commit 2f12973

Browse files
authored
Update release script. (#405)
1 parent 929e82a commit 2f12973

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

release.sh

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,16 @@ gh release create $newVersion -F $tempFile -t "Version $newVersion"
140140
# remove the tempfile.
141141
rm $tempFile
142142

143-
# build up the xcframework to upload to github
144-
./build.sh
145-
146-
# upload the release
147-
gh release upload $newVersion ${PRODUCT_NAME}.zip
148-
gh release upload $newVersion ${PRODUCT_NAME}.sha256
149-
150-
# SPECIAL CASE: We need to upload Sovran and JSONSafeEncoding to save them time.
151-
gh release upload $newVersion Sovran.zip
152-
gh release upload $newVersion Sovran.sha256
153-
gh release upload $newVersion JSONSafeEncoding.zip
154-
gh release upload $newVersion JSONSafeEncoding.sha256
143+
# Not needed anymore.
144+
## build up the xcframework to upload to github
145+
#./build.sh
146+
#
147+
## upload the release
148+
#gh release upload $newVersion ${PRODUCT_NAME}.zip
149+
#gh release upload $newVersion ${PRODUCT_NAME}.sha256
150+
#
151+
## SPECIAL CASE: We need to upload Sovran and JSONSafeEncoding to save them time.
152+
#gh release upload $newVersion Sovran.zip
153+
#gh release upload $newVersion Sovran.sha256
154+
#gh release upload $newVersion JSONSafeEncoding.zip
155+
#gh release upload $newVersion JSONSafeEncoding.sha256

0 commit comments

Comments
 (0)