Skip to content

Commit 31a0915

Browse files
authored
chore: replace references to the default branch (#1262)
1 parent ebcbd43 commit 31a0915

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ labels: "bug :bug:"
77
### Preflight Checklist
88
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->
99

10-
* [ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md) for this project.
11-
* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
10+
* [ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project.
11+
* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
1212
* [ ] I have searched the issue tracker for a bug that matches the one I want to file, without success.
1313

1414
### Issue Details

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ labels: "enhancement"
77
### Preflight Checklist
88
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->
99

10-
* [ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md) for this project.
11-
* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
10+
* [ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project.
11+
* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
1212
* [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
1313

1414
### Problem Description

.github/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Comment to be posted to on first time issues
44
newIssueWelcomeComment: |
5-
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the [support docs](https://github.com/electron/electron-packager/blob/master/SUPPORT.md). If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.
5+
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the [support docs](https://github.com/electron/electron-packager/blob/main/SUPPORT.md). If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.
66
7-
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md#before-opening-bug-reportstechnical-issues).
7+
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md#before-opening-bug-reportstechnical-issues).
88
99
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
1010

@@ -13,7 +13,7 @@ newPRWelcomeComment: |
1313
Thanks for opening a pull request!
1414
1515
Here are some highlighted action items that will help get it across the finish line, from the
16-
[pull request guidelines](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md#filing-pull-requests):
16+
[pull request guidelines](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md#filing-pull-requests):
1717
- Follow the [JavaScript coding style](https://standardjs.com/).
1818
- Run `npm run lint` locally to catch formatting errors earlier.
1919
- Document any user-facing changes in `NEWS.md` and other docs.

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Thanks for filing a pull request!
33
Please check off all of the steps as they are completed by replacing [ ] with [x].
44
-->
55

6-
* [ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md) for this project.
7-
* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
6+
* [ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project.
7+
* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
88
* [ ] The changes are appropriately documented (if applicable).
99
* [ ] The changes have sufficient test coverage (if applicable).
1010
* [ ] The testsuite passes successfully on my local machine (if applicable).

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- v[0-9]+.[0-9]+.[0-9]+*
99

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Code of Conduct
22

33
This project is a part of the Electron ecosystem. As such, all contributions to this project follow
4-
[Electron's code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md)
4+
[Electron's code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md)
55
where appropriate.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Electron Packager is a community-driven project. As such, we welcome and encoura
44
contributions. They include, but are not limited to:
55

66
- Constructive feedback
7-
- [Questions about usage](https://github.com/electron/electron-packager/blob/master/SUPPORT.md)
7+
- [Questions about usage](https://github.com/electron/electron-packager/blob/main/SUPPORT.md)
88
- [Bug reports / technical issues](#before-opening-bug-reportstechnical-issues)
99
- Documentation changes
1010
- Feature requests
@@ -14,7 +14,7 @@ We strongly suggest that before filing an issue, you search through the existing
1414
if it has already been filed by someone else.
1515

1616
This project is a part of the Electron ecosystem. As such, all contributions to this project follow
17-
[Electron's code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md)
17+
[Electron's code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md)
1818
where appropriate.
1919

2020
## Before opening bug reports/technical issues
@@ -65,7 +65,7 @@ Here are some things to keep in mind as you file pull requests to fix bugs, add
6565
Feel free to indicate whether the changes require a major, minor, or patch version bump, as
6666
prescribed by the [semantic versioning specification](http://semver.org/).
6767
* Once your pull request is approved, please make sure your commits are rebased onto the latest
68-
commit in the master branch, and that you limit/squash the number of commits created to a
68+
commit in the main branch, and that you limit/squash the number of commits created to a
6969
"feature"-level. For instance:
7070

7171
bad:

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.2.0...master
5+
[Unreleased]: https://github.com/electron/electron-packager/compare/v15.2.0...main
66

77
## [15.2.0] - 2020-12-04
88

@@ -787,7 +787,7 @@
787787
### Changed
788788

789789
* [win32] `rcedit` dependency updated to 0.4.x. **A new DLL is required to run the new version
790-
of rcedit, please see [the documentation](https://github.com/electron/electron-packager/blob/master/README.md#building-windows-apps-from-non-windows-platforms)
790+
of rcedit, please see [the documentation](https://github.com/electron/electron-packager/blob/main/README.md#building-windows-apps-from-non-windows-platforms)
791791
for details**
792792
* API documentation moved from readme.md to docs/api.md (#296)
793793

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
Package your [Electron](https://electronjs.org) app into OS-specific bundles (`.app`, `.exe`, etc.) via JavaScript or the command line.
44

5-
[![CircleCI Build Status](https://circleci.com/gh/electron/electron-packager/tree/master.svg?style=svg)](https://circleci.com/gh/electron/electron-packager/tree/master)
6-
[![Coverage Status](https://codecov.io/gh/electron/electron-packager/branch/master/graph/badge.svg)](https://codecov.io/gh/electron/electron-packager)
5+
[![CircleCI Build Status](https://circleci.com/gh/electron/electron-packager/tree/main.svg?style=svg)](https://circleci.com/gh/electron/electron-packager/tree/main)
6+
[![Coverage Status](https://codecov.io/gh/electron/electron-packager/branch/main/graph/badge.svg)](https://codecov.io/gh/electron/electron-packager)
77
[![NPM](https://badgen.net/npm/v/electron-packager)](https://npm.im/electron-packager)
88
[![Discord](https://img.shields.io/discord/745037351163527189?color=blueviolet&logo=discord)](https://discord.gg/electron)
99

1010
[Supported Platforms](#supported-platforms) |
1111
[Installation](#installation) |
1212
[Usage](#usage) |
13-
[API](https://electron.github.io/electron-packager/master/) |
14-
[Contributing](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md) |
15-
[Support](https://github.com/electron/electron-packager/blob/master/SUPPORT.md) |
13+
[API](https://electron.github.io/electron-packager/main/) |
14+
[Contributing](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) |
15+
[Support](https://github.com/electron/electron-packager/blob/main/SUPPORT.md) |
1616
[Related Apps/Libraries](#related) |
17-
[FAQ](https://github.com/electron/electron-packager/blob/master/docs/faq.md) |
18-
[Release Notes](https://github.com/electron/electron-packager/blob/master/NEWS.md)
17+
[FAQ](https://github.com/electron/electron-packager/blob/main/docs/faq.md) |
18+
[Release Notes](https://github.com/electron/electron-packager/blob/main/NEWS.md)
1919

2020
----
2121

@@ -73,7 +73,7 @@ via [Homebrew](http://brew.sh/).
7373

7474
## Usage
7575

76-
JavaScript API usage can be found in the [API documentation](https://electron.github.io/electron-packager/master/modules/electronpackager.html).
76+
JavaScript API usage can be found in the [API documentation](https://electron.github.io/electron-packager/main/modules/electronpackager.html).
7777

7878
### From the Command Line
7979

@@ -95,8 +95,8 @@ This will:
9595
* Otherwise, a single bundle for the host platform/architecture will be created.
9696

9797
For an overview of the other optional flags, run `electron-packager --help` or see
98-
[usage.txt](https://github.com/electron/electron-packager/blob/master/usage.txt). For
99-
detailed descriptions, see the [API documentation](https://electron.github.io/electron-packager/master/modules/electronpackager.html).
98+
[usage.txt](https://github.com/electron/electron-packager/blob/main/usage.txt). For
99+
detailed descriptions, see the [API documentation](https://electron.github.io/electron-packager/main/modules/electronpackager.html).
100100

101101
If `appname` is omitted, this will use the name specified by "productName" or "name" in the nearest package.json.
102102

SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Support for Electron Packager
22

33
If you have questions about usage, we encourage you to read the [frequently asked
4-
questions](https://github.com/electron/electron-packager/blob/master/docs/faq.md),
4+
questions](https://github.com/electron/electron-packager/blob/main/docs/faq.md),
55
and visit one of the several [community-driven sites](https://github.com/electron/electron#community),
66
including the [official Electron Discord server](https://discord.gg/electron), where there is a
77
dedicated channel for Electron Packager.
88

99
Troubleshooting suggestions can be found in our [contributing
10-
documentation](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md#debugging).
10+
documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md#debugging).

0 commit comments

Comments
 (0)