diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 700e76d..06dede2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '0 19 * * 3' diff --git a/Cargo.toml b/Cargo.toml index 07f9a70..a7fe3be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ include = [ ] [badges] -codecov = { repository = "orium/archery", branch = "master", service = "github" } +codecov = { repository = "orium/archery", branch = "main", service = "github" } [dependencies] static_assertions = "1.1.0" diff --git a/README.md b/README.md index 7638663..99f7966 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![Build Status](https://github.com/orium/archery/workflows/CI/badge.svg)](https://github.com/orium/archery/actions?query=workflow%3ACI) -[![Code Coverage](https://codecov.io/gh/orium/archery/branch/master/graph/badge.svg)](https://codecov.io/gh/orium/archery) +[![Code Coverage](https://codecov.io/gh/orium/archery/branch/main/graph/badge.svg)](https://codecov.io/gh/orium/archery) [![Dependency status](https://deps.rs/repo/github/orium/archery/status.svg)](https://deps.rs/repo/github/orium/archery) [![crates.io](https://img.shields.io/crates/v/archery.svg)](https://crates.io/crates/archery) [![Downloads](https://img.shields.io/crates/d/archery.svg)](https://crates.io/crates/archery) [![Github stars](https://img.shields.io/github/stars/orium/archery.svg?logo=github)](https://github.com/orium/archery/stargazers) [![Documentation](https://docs.rs/archery/badge.svg)](https://docs.rs/archery/) [![License](https://img.shields.io/crates/l/archery.svg)](./LICENSE.md) - + # Archery diff --git a/tools/release.sh b/tools/release.sh index ffba4c3..0932b4d 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -6,7 +6,7 @@ set -e -MAIN_BRANCH=master +MAIN_BRANCH=main cd $(dirname "$0") cd "$(git rev-parse --show-toplevel)"