Skip to content

Commit

Permalink
feat: ensure major release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: major releases needs a commit like this that changes the cli or something in packages/
  • Loading branch information
chrisbreiding committed Nov 10, 2021
1 parent 4638668 commit 869feea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/lib/cli.js
Expand Up @@ -587,5 +587,6 @@ module.exports = {
if (!module.parent) {
logger.error('This CLI module should be required from another Node module')
logger.error('and not executed directly')

process.exit(-1)
}

2 comments on commit 869feea

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 869feea Nov 10, 2021

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.0.0/circle-9.0-release-869feeaa4cbc1b551041effe4d8e840379102ed3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 869feea Nov 10, 2021

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 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.0.0/circle-9.0-release-869feeaa4cbc1b551041effe4d8e840379102ed3/cypress.tgz

Please sign in to comment.