diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-30 11:10:27 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-30 11:10:27 -0800 |
commit | 8d25d9ab1a71bb79c1e9612174a87481a45cb6c7 (patch) | |
tree | 457ffe54fbca6c3523aee3abdab927290d69417c /scripts | |
parent | 77df026adcabb04ddbaa90c3782fc7f11bc46ec7 (diff) | |
parent | 6d4e86f41db54fa2830f726b990236790ea1c525 (diff) | |
download | qtlocation-mapboxgl-8d25d9ab1a71bb79c1e9612174a87481a45cb6c7.tar.gz |
Merge branch 'release-ios-v3.0.0'
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ios/package.sh | 2 |
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 \ |