Skip to content

Commit

Permalink
docs: correct typo in CONTRIBUTING (#27343)
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
  • Loading branch information
siles-mitcawich and jennifer-shehane committed Nov 14, 2023
1 parent 9d9bf25 commit e308603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ We do not continuously deploy the Cypress binary, so `develop` contains all of t
- Changes has user-facing impact:
- `breaking` - A breaking change that will require a MVB
- `dependency` - A change to a dependency that impact the user
- `deprecation` - A API deprecation notice for users
- `deprecation` - An API deprecation notice for users
- `feat` - A new feature
- `fix` - A bug fix or regression fix.
- `misc` - a misc user-facing change, like a UI update which is not a fix or enhancement to how Cypress works
Expand Down

5 comments on commit e308603

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e308603 Nov 14, 2023

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.5.1/linux-arm64/develop-e308603c3a59465ca38e8cd5b00e6a8219fd610a/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e308603 Nov 14, 2023

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.5.1/linux-x64/develop-e308603c3a59465ca38e8cd5b00e6a8219fd610a/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e308603 Nov 14, 2023

Choose a reason for hiding this comment

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

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.5.1/darwin-x64/develop-e308603c3a59465ca38e8cd5b00e6a8219fd610a/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e308603 Nov 14, 2023

Choose a reason for hiding this comment

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

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.5.1/darwin-arm64/develop-e308603c3a59465ca38e8cd5b00e6a8219fd610a/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e308603 Nov 14, 2023

Choose a reason for hiding this comment

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

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.5.1/win32-x64/develop-e308603c3a59465ca38e8cd5b00e6a8219fd610a/cypress.tgz

Please sign in to comment.