Skip to content

Commit

Permalink
chore: Create webpack5 release channel for webpack prepocessor (#9133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Nov 9, 2020
1 parent 849f382 commit 1a43f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
...require('./.releaserc.base'),
branches: [
'master',
{ name: 'chore/webpack-5', channel: 'channel-next' },
],
}

3 comments on commit 1a43f3a

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1a43f3a Nov 9, 2020

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/5.6.0/circle-develop-1a43f3af62060479bb6a86d71342ee907ae7a1f5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1a43f3a Nov 9, 2020

Choose a reason for hiding this comment

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

AppVeyor has built the win32 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/5.6.0/appveyor-develop-1a43f3af62060479bb6a86d71342ee907ae7a1f5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1a43f3a Nov 9, 2020

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 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/5.6.0/appveyor-develop-1a43f3af62060479bb6a86d71342ee907ae7a1f5/cypress.tgz

Please sign in to comment.