Skip to content

Commit 26eced8

Browse files
authored
Nix the changelog for now (#82)
1 parent f4a2d21 commit 26eced8

File tree

4 files changed

+19
-116
lines changed

4 files changed

+19
-116
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ What issue is this PR targeting?
88
- [ ] If there are any visual changes as a result, include before/after screenshots and/or videos
99
- [ ] Add #fixes with the issue number that this PR addresses
1010
- [ ] Update any documentation for affected APIs
11-
- [ ] Update the CHANGELOG

CHANGELOG.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

MIGRATING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
This project has migrated from Stadia Maps to the MapLibre organization!
2+
3+
Xcode and GitHub normally handle these sorts of changes well,
4+
but sometimes they don't.
5+
So, you'll probably want to be proactive and change your URLs from
6+
`https://github.com/stadiamaps/maplibre-swiftui-dsl-playground`
7+
to `https://github.com/maplibre/swiftui-dsl`.
8+
9+
If you're building a plain Xcode project, it might actually be easier to remove the Swift Package
10+
and all of its targets and then re-add with the URL.
11+
12+
Swift Package authors can simply update the URLs.
13+
Note that the package name also changes with the repo name.
14+
15+
```swift
16+
.product(name: "MapLibreSwiftDSL", package: "swiftui-dsl"),
17+
.product(name: "MapLibreSwiftUI", package: "swiftui-dsl"),
18+
```

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Swift DSLs for [MapLibre Native](https://github.com/maplibre/maplibre-native), a
88
for interactive vector maps, to enable better integration with SwiftUI and generally enable easier use of MapLibre.
99

1010
**NOTE: This package has migrated from Stadia Maps to the MapLibre organization 🎉**
11-
If you previously installed this package,
12-
see the [`CHANGELOG`](CHANGELOG.md) for steps to ensure Xcode stays happy.
11+
If you previously installed this package, refer to [MIGRATING.md](MIGRATING.md).
1312

1413
![A screen recording demonstrating the declarative SwiftUI DSL reacting to changes live](demo.gif)
1514

0 commit comments

Comments
 (0)