summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-30 11:10:27 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-30 11:10:27 -0800
commit8d25d9ab1a71bb79c1e9612174a87481a45cb6c7 (patch)
tree457ffe54fbca6c3523aee3abdab927290d69417c /scripts
parent77df026adcabb04ddbaa90c3782fc7f11bc46ec7 (diff)
parent6d4e86f41db54fa2830f726b990236790ea1c525 (diff)
downloadqtlocation-mapboxgl-8d25d9ab1a71bb79c1e9612174a87481a45cb6c7.tar.gz
Merge branch 'release-ios-v3.0.0'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh
index 1208700698..41694c2f63 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -128,7 +128,7 @@ README=/tmp/mbgl/README.md
cat ios/docs/pod-README.md > ${README}
echo >> ${README}
echo -n "#" >> ${README}
-cat CHANGELOG.md >> ${README}
+cat CHANGELOG.md | sed -n "/^## iOS ${DOCS_VERSION}/,/^##/p" | sed '$d' >> ${README}
# Copy headers to a temporary location where we can substitute macros that appledoc doesn't understand.
cp -r "${OUTPUT}/static/Headers" /tmp/mbgl
perl \