Skip to content

Commit

Permalink
Rename development branch from 'master' to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed May 15, 2021
1 parent ecc740a commit 89cc7db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run linters

on:
push:
branches: [master]
branches: [main]
tags: v*
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run tests

on:
push:
branches: [master]
branches: [main]
tags: v*
pull_request:

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ foo/bar.js:3 + new is new

* Drop dependency on the `difference` crate
* Improve public API
* Default branch is now called `main`

# 0.5.0

Expand Down

0 comments on commit 89cc7db

Please sign in to comment.