summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/release-notes-github.md.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/scripts/release-notes-github.md.ejs')
-rw-r--r--platform/ios/scripts/release-notes-github.md.ejs12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/ios/scripts/release-notes-github.md.ejs b/platform/ios/scripts/release-notes-github.md.ejs
new file mode 100644
index 0000000000..91115225e9
--- /dev/null
+++ b/platform/ios/scripts/release-notes-github.md.ejs
@@ -0,0 +1,12 @@
+[Changes](https://github.com/mapbox/mapbox-gl-native/compare/ios-v<%-PREVIOUSVERSION%>...ios-v<%-CURRENTVERSION%>) since [Mapbox Maps SDK for iOS v<%-PREVIOUSVERSION%>](https://github.com/mapbox/mapbox-gl-native/releases/tag/ios-v<%-PREVIOUSVERSION%>):
+
+<%-CHANGELOG-%>
+
+<% if (isPrerelease) { %>
+To install this prerelease via CocoaPods, point your Podfile to either of these URLs:
+
+* https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v<%-CURRENTVERSION%>/platform/ios/Mapbox-iOS-SDK.podspec
+* https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v<%-CURRENTVERSION%>/platform/ios/Mapbox-iOS-SDK-symbols.podspec
+<% } -%>
+
+Documentation is [available online](https://www.mapbox.com/ios-sdk/api/<%-CURRENTVERSION%>/) or as part of the download.