Skip to content

Commit 30f3231

Browse files
authored
Make sure iOS pre-releases contain 'pre' and update changelog (maplibre#3475)
1 parent ff38ee6 commit 30f3231

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ios-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ jobs:
271271
if [[ -z "$version" ]]; then
272272
version="$(head VERSION)"-pre${{ github.sha }}
273273
fi
274+
if [[ "$version" != *"pre"* ]]; then
275+
echo "::error::Pre-release version must include 'pre' (Current version: $version)"
276+
exit 1
277+
fi
274278
echo version="$version" >> "$GITHUB_ENV"
275279
echo changelog_version_heading="## main" >> "$GITHUB_ENV"
276280

platform/ios/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ MapLibre welcomes participation and contributions from everyone. Please read [`M
44

55
## main
66

7+
## 6.14.0
8+
9+
> [!IMPORTANT]
10+
> Please verify glyphs are loading correctly for your styles with this release. Despite careful testing, we also rely on our users to help test the new dynamic texture atlas and to [report any issues](https://github.com/maplibre/maplibre-native/issues/new?template=ios-bug-report.yml).
11+
12+
- Force PMTiles metadata to always have XYZ tile scheme ([#3403](https://github.com/maplibre/maplibre-native/pull/3403)).
13+
- Add support to range requests in AssetFileSource ([#3404](https://github.com/maplibre/maplibre-native/pull/3404)).
14+
- Implement dynamic texture atlas ([#3198](https://github.com/maplibre/maplibre-native/pull/3198)).
15+
716
## 6.13.0
817

918
- Allow initializing MLNMapView with style JSON ([#3240](https://github.com/maplibre/maplibre-native/pull/3240)).

0 commit comments

Comments
 (0)