summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2018-12-17 11:10:52 -0500
committerGitHub <noreply@github.com>2018-12-17 11:10:52 -0500
commitc01c8282fe6e3de1cb65223efc50d36bad4d591f (patch)
tree98dd0d0945a86829efb471138f46e26ff1f5320c
parenta228f3d80af715665ee28627a1239998af0a52d9 (diff)
downloadqtlocation-mapboxgl-c01c8282fe6e3de1cb65223efc50d36bad4d591f.tar.gz
[ios] Update release notes template for correct Cocoapods/Carthage links (#13567)
-rw-r--r--platform/ios/scripts/release-notes-github.md.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/release-notes-github.md.ejs b/platform/ios/scripts/release-notes-github.md.ejs
index 0db4c5af51..53c7c842fe 100644
--- a/platform/ios/scripts/release-notes-github.md.ejs
+++ b/platform/ios/scripts/release-notes-github.md.ejs
@@ -3,7 +3,7 @@
<%-CHANGELOG-%>
<% if (isPrerelease) { %>
-To install this pre-release via a dependency manager, see our [CocoaPods](https://github.com/mapbox/mapbox-gl-native/blob/<%-CURRENTVERSION%>/platform/ios/INSTALL.md#CocoaPods) or [Carthage](https://github.com/mapbox/mapbox-gl-native/blob/<%-CURRENTVERSION%>/platform/ios/INSTALL.md#Carthage) instructions.
+To install this pre-release via a dependency manager, see our [CocoaPods](https://github.com/mapbox/mapbox-gl-native/blob/ios-v<%-CURRENTVERSION%>/platform/ios/INSTALL.md#CocoaPods) or [Carthage](https://github.com/mapbox/mapbox-gl-native/blob/ios-v<%-CURRENTVERSION%>/platform/ios/INSTALL.md#Carthage) instructions.
<% } -%>
Documentation is [available online](https://www.mapbox.com/ios-sdk/api/<%-CURRENTVERSION%>/) or as part of the download.