Skip to content

Commit

Permalink
Use 'main' as default branch
Browse files Browse the repository at this point in the history
This change switches to using main as the default branch to which
changes are pushed and from which releases are cut. The new name is
shorter, more neutral, and starting to get used by more and more
projects.
  • Loading branch information
d-e-s-o committed Jan 17, 2024
1 parent 7991b9c commit 08d24aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![pipeline](https://github.com/d-e-s-o/nitrocli/actions/workflows/.github/workflows/ci.yml/badge.svg)](https://github.com/d-e-s-o/nitrocli/commits/master)
[![pipeline](https://github.com/d-e-s-o/nitrocli/actions/workflows/.github/workflows/ci.yml/badge.svg)](https://github.com/d-e-s-o/nitrocli/commits/main)
[![crates.io](https://img.shields.io/crates/v/nitrocli.svg)](https://crates.io/crates/nitrocli)
[![rustc](https://img.shields.io/badge/rustc-1.47+-blue.svg)](https://blog.rust-lang.org/2020/10/08/Rust-1.47.html)

Expand Down
2 changes: 1 addition & 1 deletion doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The following rules generally apply for pull requests and code changes:
**Submit Pull Requests to the `devel` branch**

The `devel` branch is where experimental features reside. After some
soak time they may be ported over to `master` and a release will be cut
soak time they may be ported over to `main` and a release will be cut
that includes them.

**Keep documentation up-to-date**
Expand Down

0 comments on commit 08d24aa

Please sign in to comment.