diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e9b01..8e3a720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9132711..e4bdad9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/RELEASING.md b/RELEASING.md index cdda5cc..12221a0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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]