From 3a31fc9c3d19b7028ffff9c57a714fa42fc19f13 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Wed, 18 Jan 2023 11:26:13 +0100 Subject: [PATCH] chore: Fix wording for master branch (#2622) It should be for package managers pointing to the master branch, and not package managers not pointing to the master branch. --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c32966fae98..373ef06c38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 8.0.0 -This version adds a dependency on Swift. We renamed the default branch from `master` to `main`. We are going to keep the `master` branch for backwards compatibility for package managers not pointing to the `master` branch. +This version adds a dependency on Swift. We renamed the default branch from `master` to `main`. We are going to keep the `master` branch for backwards compatibility for package managers pointing to the `master` branch. ### Features diff --git a/README.md b/README.md index b6c6b19ae81..e69aeb45abf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This SDK is written in Objective-C but also provides a nice Swift interface. **Where is the master branch?** -We renamed the default branch from `master` to `main`. We are going to keep the `master` branch for backwards compatibility for package managers not pointing to the [`master` branch](https://github.com/getsentry/sentry-cocoa/tree/master). +We renamed the default branch from `master` to `main`. We are going to keep the `master` branch for backwards compatibility for package managers pointing to the [`master` branch](https://github.com/getsentry/sentry-cocoa/tree/master). # Initialization