-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release - 0.49.0 #1940
Release - 0.49.0 #1940
Conversation
67c072e
to
c31c281
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM save the couple comments - no need for re-review once they're addressed
### `errorDescription` | ||
|
||
```swift | ||
public var errorDescription: String? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guh, I wish we could convince the docs to just use the errorDescription
as the documentation....
Announced on Twitter. |
Diff
0.48.0...main.
Relevant changes:
Things to do in this PR
Configuration/Shared/Project-Version.xcconfig
.CHANGELOG.md
with all relevant changes since the prior version. Please include PR numbers and mention contributors for external PR submissions.api-reference.md
to re-generate documentation from source for all included libraries.Other things to do before a release - these need to become automated CI builds
main
builds with a test Swift Package Manager project.main
builds with a test CocoaPods project.main
builds with a test Carthage project (make sure to use--use-xcframeworks
).Things to do as part of releasing
major.minor.patch
to GitHub for SPM/Carthage.CHANGELOG.md
contents.pod trunk push Apollo.podspec
to publish to CocoaPods. You will need write permissions for this, please contact one of the maintainers if you need access to do this.Things to do after release