Skip to content

Commit 2a3020d

Browse files
committed
Update release script.
1 parent 3e1f430 commit 2a3020d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

release.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ case "$response" in
102102
;;
103103
esac
104104

105-
# get the latest xcframeworks
106-
./core_version_update.sh || { echo 'fetch of AnalyticsSwift-Core failed!' ; exit 1; }
107-
108-
# add the xcframework changes if necessary ...
109-
git add --all
110-
111105
# get the commits since the last release...
112106
# note: we do this here so the "Version x.x.x" commit doesn't show up in logs.
113107
changelog=$(git log --pretty=format:"- (%an) %s" $(git describe --tags --abbrev=0 @^)..@)

0 commit comments

Comments
 (0)