Skip to content

Commit

Permalink
Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Oct 14, 2020
1 parent 785d299 commit 5f129ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f129ae

Please sign in to comment.