You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: do CFA releases
* chore: prepare for package and repo rename
* build: always pull x64 darwin build
* downgrade
---------
Co-authored-by: Samuel Attard <[email protected]>
Co-authored-by: Samuel Attard <[email protected]>
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ labels: "bug :bug:"
7
7
### Preflight Checklist
8
8
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->
9
9
10
-
*[ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project.
10
+
*[ ] I have read the [contribution documentation](https://github.com/electron/packager/blob/main/CONTRIBUTING.md) for this project.
11
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.
12
12
*[ ] I have searched the issue tracker for a bug that matches the one I want to file, without success.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ labels: "enhancement"
7
7
### Preflight Checklist
8
8
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->
9
9
10
-
*[ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project.
10
+
*[ ] I have read the [contribution documentation](https://github.com/electron/packager/blob/main/CONTRIBUTING.md) for this project.
11
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.
12
12
*[ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Copy file name to clipboardexpand all lines: .github/config.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
# Comment to be posted to on first time issues
4
4
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/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.
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/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.
6
6
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).
7
+
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/electron/packager/blob/main/CONTRIBUTING.md#before-opening-bug-reportstechnical-issues).
8
8
9
9
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
10
10
@@ -13,7 +13,7 @@ newPRWelcomeComment: |
13
13
Thanks for opening a pull request!
14
14
15
15
Here are some highlighted action items that will help get it across the finish line, from the
Copy file name to clipboardexpand all lines: .github/pull_request_template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Thanks for filing a pull request!
3
3
Please check off all of the steps as they are completed by replacing [ ] with [x].
4
4
-->
5
5
6
-
*[ ] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project.
6
+
*[ ] I have read the [contribution documentation](https://github.com/electron/packager/blob/main/CONTRIBUTING.md) for this project.
7
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.
8
8
*[ ] The changes are appropriately documented (if applicable).
9
9
*[ ] The changes have sufficient test coverage (if applicable).
@@ -41,7 +41,7 @@ messages when a script errors.**
41
41
42
42
## Contribution suggestions
43
43
44
-
We use the label [`help wanted`](https://github.com/electron/electron-packager/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) in the issue tracker to denote fairly-well-scoped-out bugs or feature requests that the community can pick up and work on. If any of those labeled issues do not have enough information, please feel free to ask constructive questions. (This applies to any open issue.)
44
+
We use the label [`help wanted`](https://github.com/electron/packager/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) in the issue tracker to denote fairly-well-scoped-out bugs or feature requests that the community can pick up and work on. If any of those labeled issues do not have enough information, please feel free to ask constructive questions. (This applies to any open issue.)
45
45
46
46
## Filing Pull Requests
47
47
@@ -124,14 +124,3 @@ existing fixture, such as `basic`. If you need to add a new fixture:
124
124
## For Collaborators
125
125
126
126
Make sure to get a `:thumbsup:`, `+1` or `LGTM` from another collaborator before merging a PR.
127
-
128
-
### Release process
129
-
130
-
- if you aren't sure if a release should happen, open an issue
131
-
- make sure that `NEWS.md` is up to date
132
-
- make sure the tests pass
133
-
-`npm version <major|minor|patch>`
134
-
-`git push && git push --tags` (or `git push` with `git config --global push.followTags true` on latest git)
135
-
- create a new GitHub release from the pushed tag with the contents of `NEWS.md` for that version
136
-
- close the milestone associated with the version if one is open
0 commit comments