Skip to content

Commit d6d75a4

Browse files
committed
chore: master renamed to main
1 parent a43d9ba commit d6d75a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: Verify
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515
verify:

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please use the github issue tracker for any bugs or feature requests,
44
email sent to the maintainer(s) will probably be ignored.
5-
If you would like to backport a feature from master to a release
5+
If you would like to backport a feature from `main` to a release
66
branch, also put a ticket for enhancement.
77

88
If you would like to contribute bug fixes or new components,
@@ -73,7 +73,7 @@ together with your changes.
7373

7474
### Verification
7575

76-
Automated tests are run on the master branch and pull requests with GitHub Actions,
76+
Automated tests are run on the `main` branch and pull requests with GitHub Actions,
7777
for which the configuration can be found in the `.github/workflows/verify.yml` file.
7878
These tests always need to pass before a PR can be merged.
7979

@@ -83,7 +83,7 @@ When tags are pushed, an automated deploy will release to both Github and NPM, w
8383
can be found in `.github/workflows/publish.yml`.
8484
Any tags that are prereleases will be tagged `next` for NPM, otherwise `latest` is used.
8585

86-
To release, make sure you are on the master branch and run:
86+
To release, make sure you are on the `main` branch and run:
8787

8888
```
8989
yarn release

0 commit comments

Comments
 (0)