Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b9d9419

Browse files
committed
Merge remote-tracking branch 'origin/master' into multi-diff-rfc
2 parents fa541a4 + 0e906e2 commit b9d9419

File tree

126 files changed

+10796
-5916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+10796
-5916
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- UNTIL_TIMEOUT: "30000"
3939
- CIRCLE_BUILD_IMAGE: osx
4040
- ATOM_CHANNEL: stable
41+
- TEST_JUNIT_XML_PATH: test-results/mocha/test-results.xml
4142
beta:
4243
<<: *defaults
4344
environment:
@@ -51,6 +52,7 @@ jobs:
5152
- UNTIL_TIMEOUT: "30000"
5253
- CIRCLE_BUILD_IMAGE: osx
5354
- ATOM_CHANNEL: beta
55+
- TEST_JUNIT_XML_PATH: test-results/mocha/test-results.xml
5456
dev:
5557
<<: *defaults
5658
environment:
@@ -64,6 +66,8 @@ jobs:
6466
- UNTIL_TIMEOUT: "30000"
6567
- CIRCLE_BUILD_IMAGE: osx
6668
- ATOM_CHANNEL: dev
69+
- TEST_JUNIT_XML_PATH: test-results/mocha/test-results.xml
70+
6771
snapshot:
6872
<<: *defaults
6973
environment:

docs/how-we-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ At the end of each development sprint:
126126
* :boom: _If the build fails,_ correct any bugs and begin again at (1) with a new prerelease version.
127127
4. Run `apm uninstall github` and `apm uninstall --dev github` to ensure that you don't have any [locally installed atom/github versions](/CONTRIBUTING.md#living-on-the-edge) that would override the bundled one.
128128
5. _In your atom/atom repository:_ Push your branch to atom/atom and open a pull request to start running CI.
129-
6. Create a [QA issue](https://github.com/atom/github/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aquality) in the atom/github repository. Its title should be "_prerelease version_ QA Review" and it should have the "quality" label applied. Populate the issue body with a checklist containing the pull requests that were included in this release; these should be the ones in the "Merged" column of the project board. Omit pull requests that don't have verification steps (like renames, refactoring, or dependency upgrades, for example). Add a final entry for a clean CI check on the atom/atom pull request.
129+
6. Create a [QA issue](https://github.com/atom/github/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aquality) in the atom/github repository. Its title should be "_prerelease version_ QA Review" and it should have the "quality" label applied. Populate the issue body with a checklist containing the pull requests that were included in this release; these should be the ones in the "Merged" column of the project board. Omit pull requests that don't have verification steps (like renames, refactoring, adding tests or metrics, or dependency upgrades, for example). Add a final entry for a clean CI check on the atom/atom pull request.
130130
7. Use your `atom-dev` build to verify each and check it off the list.
131131
* :boom: _If verification fails,_ note the failure in an issue comment. Close the issue. Correct the failure with more work in the current sprint board, then begin again at (1).
132132
* :white_check_mark: _Otherwise,_ comment in and close the issue, then continue.

0 commit comments

Comments
 (0)