We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1f430 commit 2a3020dCopy full SHA for 2a3020d
release.sh
@@ -102,12 +102,6 @@ case "$response" in
102
;;
103
esac
104
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
111
# get the commits since the last release...
112
# note: we do this here so the "Version x.x.x" commit doesn't show up in logs.
113
changelog=$(git log --pretty=format:"- (%an) %s" $(git describe --tags --abbrev=0 @^)..@)
0 commit comments