summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-23 11:00:55 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-23 11:15:10 -0800
commit8a774ad9a93f79ece44d68238086e9722b19146f (patch)
tree34644142c83c285c3d996d0cf30f4e47086b68d1 /ios
parent8a1bd6d3f29e6b72d04ce66d3eafa29a0022b929 (diff)
downloadqtlocation-mapboxgl-8a774ad9a93f79ece44d68238086e9722b19146f.tar.gz
show current version changelog section in docs & link externally to full
This is going to fail and output nothing for -pre and -rc tags for now until #3046 is addressed. We can't yet grab those but still have final releases sort after them.
Diffstat (limited to 'ios')
-rwxr-xr-xios/docs/install_docs.sh2
-rw-r--r--ios/docs/pod-README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh
index 8d1b8f553e..43af9432b2 100755
--- a/ios/docs/install_docs.sh
+++ b/ios/docs/install_docs.sh
@@ -17,7 +17,7 @@ README=/tmp/mbgl/GL-README.md
cat ./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 ../../include/mbgl/ios /tmp/mbgl
perl \
diff --git a/ios/docs/pod-README.md b/ios/docs/pod-README.md
index 1fe3ac4f35..23898c5dd3 100644
--- a/ios/docs/pod-README.md
+++ b/ios/docs/pod-README.md
@@ -5,3 +5,5 @@ An open source OpenGL-based vector map solution for iOS with full styling capabi
For more information, check out [our online overview](https://www.mapbox.com/ios-sdk/).
[![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png)]()
+
+See the [full changelog](https://github.com/mapbox/mapbox-gl-native/blob/master/CHANGELOG.md) online.