Skip to content

Announce default branch change in README #804

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

Merged
merged 1 commit into from
Jun 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[![Build Status](https://github.com/ruby-git/ruby-git/workflows/CI/badge.svg?branch=main)](https://github.com/ruby-git/ruby-git/actions?query=workflow%3ACI)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

- [📢 Default Branch Rename 📢](#-default-branch-rename-)
- [📢 We've Switched to Conventional Commits 📢](#-weve-switched-to-conventional-commits-)
- [Summary](#summary)
- [Install](#install)
Expand All @@ -21,6 +22,14 @@
- [Ruby version support policy](#ruby-version-support-policy)
- [License](#license)

## 📢 Default Branch Rename 📢

On June 6th, 2025, the default branch was renamed from 'master' to 'main'.

Instructions for renaming your local or forked branch to match can be found in the
gist [Default Branch Name
Change](https://gist.github.com/jcouball/580a10e395f7fdfaaa4297bbe816cc7d).

## 📢 We've Switched to Conventional Commits 📢

To enhance our development workflow, enable automated changelog generation, and pave
Expand Down