diff options
author | Julian Rex <julian.rex@mapbox.com> | 2018-12-12 20:24:55 -0500 |
---|---|---|
committer | Julian Rex <julian.rex@mapbox.com> | 2018-12-12 20:24:55 -0500 |
commit | 294c06defa9b4205aa45cee6f709840d546ff432 (patch) | |
tree | 3ef0ffea8907983e3720f11d9dc5a1abc636eaea | |
parent | e84748c17039c3c6911504d9f8e729e7a8e92c1a (diff) | |
download | qtlocation-mapboxgl-upstream/jrex/release-script-link-fix.tar.gz |
[ios] Update release notes template for correct Cocoapods/Carthage linksupstream/jrex/release-script-link-fix
-rw-r--r-- | platform/ios/scripts/release-notes-github.md.ejs | 2 |
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. |