Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into electron-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Dec 6, 2019
2 parents 77b362e + 932f859 commit 45d3bd5
Show file tree
Hide file tree
Showing 105 changed files with 2,101 additions and 880 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ Once the `develop` branch for all test projects are reliably passing with the ne
```
9. If needed, push out any updated changes to the links manifest to [`on.cypress.io`](https://github.com/cypress-io/cypress-services/tree/develop/packages/on).
10. If needed, deploy the updated [`cypress-example-kitchensink`][cypress-example-kitchensink] to `example.cypress.io` by following [these instructions under "Deployment"](./packages/example/README.md).
11. Close the release in [ZenHub](https://app.zenhub.com/workspaces/test-runner-5c3ea3baeb1e75374f7b0708/reports/release).
11. Update the releases in [ZenHub](https://app.zenhub.com/workspaces/test-runner-5c3ea3baeb1e75374f7b0708/reports/release):
- Close the current release in ZenHub.
- Create a new patch release (and a new minor release, if this is a minor release) in ZenHub, and schedule them both to be completed 2 weeks from the current date.
12. Bump `version` in [`package.json`](package.json) and commit it to `develop` using a commit message like `release 3.4.0 [skip ci]`
13. Tag this commit with `v3.4.0` and push that tag up.
14. Merge `develop` into `master` and push that branch up.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ npm install cypress --save-dev
- [![CircleCI](https://circleci.com/gh/cypress-io/cypress/tree/develop.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress/tree/develop) - `develop` branch
- [![CircleCI](https://circleci.com/gh/cypress-io/cypress/tree/master.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress/tree/master) - `master` branch

Please see our [Contributing Guideline](.github/CONTRIBUTING.md) which explains repo organization, linting, testing, and other steps.
Please see our [Contributing Guideline](./CONTRIBUTING.md) which explains repo organization, linting, testing, and other steps.

## License

Expand Down
Loading

0 comments on commit 45d3bd5

Please sign in to comment.