Skip to content

Commit

Permalink
Update docs to reflect default branch change
Browse files Browse the repository at this point in the history
Updates various documentation files to remove references to the `master`
branch, which will no longer be the default branch:

Context: [Migrating thoughtbot Repositories to use Main as default branch](https://thoughtbot.com/blog/making-the-move-master-to-main)
  • Loading branch information
LkeMitchll committed Sep 29, 2021
1 parent 6f89414 commit 4ff8489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased (`master`)][unreleased]
## [Unreleased (`main`)][unreleased]

Nothing at the moment.

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
bin/setup
```

1. Create a new branch from `master`
1. Create a new branch from `main`

```
git checkout -b my-branch-name
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This documents how to release a new version of tbds. It’s for
thoughtbot employees.

1. Make sure you’re on the `master` branch with a clean working directory.
1. Make sure you’re on the `main` branch with a clean working directory.

1. Update the [changelog][changelog], following the guidelines from
[keep a changelog][keep-a-changelog]
Expand Down

0 comments on commit 4ff8489

Please sign in to comment.