Skip to content
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

Switch default branch from master to main #171

Closed
10 tasks done
edmorley opened this issue Aug 3, 2020 · 1 comment
Closed
10 tasks done

Switch default branch from master to main #171

edmorley opened this issue Aug 3, 2020 · 1 comment
Assignees

Comments

@edmorley
Copy link
Member

edmorley commented Aug 3, 2020

As part of ensuring inclusive language is used throughout all Heroku repositories, we should switch from the current default branch of master to main.

This will involve:

  • Creating a new branch main, based off current master
  • Changing the default branch in GitHub to main
  • Updating the branch protection settings
  • Updating the target branch of any open PRs
  • Updating any in-repo code/docs references (such as the Travis badge) -> Replace 'master' branch references with 'main' #172
  • Checking that there are no branch-specific Travis environment variables set
  • Updating the weekly Travis cron to build from the new branch
  • Checking that Travis still works -> https://travis-ci.com/github/heroku/stack-images/builds/178267673
  • Checking for any other deep links to this repository in other repos that include the branch name
  • Deleting the master branch

@W-7837260@

@edmorley
Copy link
Member Author

edmorley commented Aug 3, 2020

All done here :-)

@edmorley edmorley closed this as completed Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@edmorley and others