Skip to content

Commit

Permalink
Update release guide image
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Feb 3, 2022
1 parent 8043fbe commit ab8aaaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/cypress-bot-pre-release-comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion guides/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In the following instructions, "X.Y.Z" is used to denote the [next version of Cy
1. In GitHub, go to the latest commit (the one whose sha you used in the last step).
![commit-link](https://user-images.githubusercontent.com/1157043/80608728-33fe6100-8a05-11ea-8b53-375303757b67.png)
2. Scroll down past the changes to the comments. The first comment should be a `cypress-bot` comment that includes a line beginning `npm install ...`. Grab the `https://cdn.../npm/X.Y.Z/<platform>/<long sha>/cypress.tgz` link.
![cdn-tgz-link](https://user-images.githubusercontent.com/1157043/80608736-3791e800-8a05-11ea-8d75-e4f80128e857.png)
![commit-bot-comment](../assets/cypress-bot-pre-release-comment.png)
- Make sure the `linux-x64` binary and npm package are present at the commented locations. See [Before Publishing a New Version](#before-publishing-a-new-version).
- Publish the `linux-x64` distribution to the npm registry straight from the URL:

Expand Down

1 comment on commit ab8aaaf

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ab8aaaf Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.4.2/linux-x64/circle-fix-ci-artifact-uploads-ab8aaaf153a5502d96564d8f2b7cfcbdfe6c8a26/cypress.tgz

Please sign in to comment.