Skip to content

Commit f91c138

Browse files
committed
chore: use main instead of master for primary branch
because `main` is more inclusive and does not have the same negative associations as `master`
1 parent 5c5f41d commit f91c138

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["master", { "name": "beta", "prerelease": "beta" }],
2+
"branches": ["main", { "name": "beta", "prerelease": "beta" }],
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
[

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ npm run test:watch
6565

6666
### To Publish a New Version to Chrome Webstore
6767

68-
This project uses the [semantic-release](https://semantic-release.gitbook.io/semantic-release/) library and [GitHub Actions](https://help.github.com/en/actions) to automate the release process. Once a pull request has been merged into the master branch, a new [GitHub release](https://github.com/defmethodinc/just-not-sorry/releases) will be created. A zip file containing the updated files for the Chrome web store will be attached.
68+
This project uses the [semantic-release](https://semantic-release.gitbook.io/semantic-release/) library and [GitHub Actions](https://help.github.com/en/actions) to automate the release process. Once a pull request has been merged into the main branch, a new [GitHub release](https://github.com/defmethodinc/just-not-sorry/releases) will be created. A zip file containing the updated files for the Chrome web store will be attached.
6969

7070
To publish this release, download the zip file from GitHub. Find the Just Not Sorry extension on the [Chrome Developer Dashboard](https://chrome.google.com/webstore/devconsole/) (credentials available to DefMethod developers upon request), upload the zip file, and click the "Publish Item" button.
7171

options/options.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<p><em>
7171
We never collect anything personally identifiable and don't collect
7272
anything about the email that you're writing. See our
73-
<a href="https://github.com/defmethodinc/just-not-sorry/blob/master/PRIVACY.md">privacy policy</a>
73+
<a href="https://github.com/defmethodinc/just-not-sorry/blob/main/PRIVACY.md">privacy policy</a>
7474
for more information.
7575
</em></p>
7676

0 commit comments

Comments
 (0)