Skip to content

Commit

Permalink
chore: Fix wording for master branch (#2622)
Browse files Browse the repository at this point in the history
It should be for package managers pointing to the master branch,
and not package managers not pointing to the master branch.
  • Loading branch information
philipphofmann committed Jan 18, 2023
1 parent 088f732 commit 3a31fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a31fc9

Please sign in to comment.