summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/deploy-packages.sh
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-08-21 19:16:18 -0400
committerJason Wray <jason@mapbox.com>2018-08-22 13:05:49 -0400
commit5e213d0db1bf1674e9a3374a9c0325b9a150c5d8 (patch)
treefe7215ad90d2c0c234029ab179d414fb33285eb0 /platform/ios/scripts/deploy-packages.sh
parentd31df6a615aee731199e992cf8e1d1f8e87daf66 (diff)
downloadqtlocation-mapboxgl-5e213d0db1bf1674e9a3374a9c0325b9a150c5d8.tar.gz
[ios, build] Improve jazzy readme generation
- Include changelogs for all releases in the current semver minor series. - Use template for jazzy readme.
Diffstat (limited to 'platform/ios/scripts/deploy-packages.sh')
-rwxr-xr-xplatform/ios/scripts/deploy-packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/deploy-packages.sh b/platform/ios/scripts/deploy-packages.sh
index 4197a26678..640e2f31bf 100755
--- a/platform/ios/scripts/deploy-packages.sh
+++ b/platform/ios/scripts/deploy-packages.sh
@@ -103,7 +103,7 @@ if [[ "${GITHUB_RELEASE}" == true ]]; then
if [[ $( echo ${PUBLISH_VERSION} | awk '/[0-9]-/' ) ]]; then
PUBLISH_PRE_FLAG='--pre-release'
fi
- RELEASE_NOTES=$( ./platform/ios/scripts/release-notes.js )
+ RELEASE_NOTES=$( ./platform/ios/scripts/release-notes.js github )
github-release release \
--tag "ios-v${PUBLISH_VERSION}" \
--name "ios-v${PUBLISH_VERSION}" \