From 5f129aea6c856a07bd4359f498091a24b4dec56e Mon Sep 17 00:00:00 2001 From: thebigmunch Date: Wed, 14 Oct 2020 19:43:38 -0400 Subject: [PATCH] Rename master to main --- .github/CONTRIBUTING.md | 2 +- .github/workflows/ci.yml | 4 ++-- CHANGELOG.md | 4 ++-- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 40d62b3..605c554 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -26,7 +26,7 @@ Some linter errors may need to be ignored to accommodate these differences. ### Pull Requests [Pull Requests](https://help.github.com/articles/creating-a-pull-request) should originate from a -[feature branch][fb] in your [fork][fork], not from the **master** branch. +[feature branch][fb] in your [fork][fork], not from the **main** branch. Commit messages should be written in a [well-formed, consistent](https://sethrobertson.github.io/GitBestPractices/#usemsg) manner. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e46048c..5e6369b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,12 @@ name: CI on: push: branches: - - master + - main tags-ignore: - '**' pull_request: branches: - - master + - main # Allow rebuilds via API. repository_dispatch: types: diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5c2b7..94746c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ Notable changes to this project based on the [Keep a Changelog](https://keepacha This project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased](https://github.com/thebigmunch/thorod/tree/master) +## [Unreleased](https://github.com/thebigmunch/thorod/tree/main) -[Commits](https://github.com/thebigmunch/thorod/compare/2.1.0...master) +[Commits](https://github.com/thebigmunch/thorod/compare/2.1.0...main) ## [2.1.0](https://github.com/thebigmunch/thorod/releases/tag/2.1.0) (2020-05-01) diff --git a/README.md b/README.md index 0eff835..79436da 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Get your own thanks inbox at [SayThanks.io](https://saythanks.io/). #### Contribute -[Contribute](https://github.com/thebigmunch/thorod/blob/master/.github/CONTRIBUTING.md) by submitting bug reports, feature requests, or code. +[Contribute](https://github.com/thebigmunch/thorod/blob/main/.github/CONTRIBUTING.md) by submitting bug reports, feature requests, or code. #### Help Others/Stay Informed