You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SWIFTLY_NAME=$(echo "${SDKNAME}"| tr '[A-Z]''[a-z]'| sed 's;-development-snapshot-;-snapshot-;g'| sed 's;development-snapshot-;main-snapshot-;g')
49
+
SWIFTLY_NAME=$(echo "${SDKNAME}"| tr '[A-Z]''[a-z]'| sed 's;-development-snapshot-;-snapshot-;g'| sed 's;development-snapshot-;main-snapshot-;g'| sed 's;-a-.*;-a;g')
50
50
51
51
echo"$PROG: Creating release for SDK: $SDKNAME"
52
52
53
53
NOTES_FILE=$(mktemp)
54
54
cat >${NOTES_FILE}<<EOF
55
55
### Installing the Swift Android SDK
56
56
57
-
First install the matching Swift \`${SDKNAME}\` toolchain from https://swift.org/download/#releases and add it to your PATH, or by using [swiftly](https://www.swift.org/install/):
57
+
First install the matching Swift \`${SWIFTLY_NAME}\` toolchain from https://swift.org/download/#releases and add it to your PATH, or by using [swiftly](https://www.swift.org/install/):
0 commit comments