Skip to content

Commit

Permalink
build: rename releaserc.js into .releaserc.js (#15406)
Browse files Browse the repository at this point in the history
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
2 people authored and elevatebart committed Mar 18, 2021
1 parent 59d325c commit 3d8bbb4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
7 changes: 7 additions & 0 deletions npm/react/.releaserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
...require('../../.releaserc.base'),
branches: [
{ name: '' }, // avoid releasing lastest channel until further notice
{ name: 'master', channel: 'next', prerelease: 'alpha' },
],
}
5 changes: 5 additions & 0 deletions npm/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
### Bug Fixes

* Revert cypress.json changes ([#15499](https://github.com/cypress-io/cypress/issues/15499)) ([237c426](https://github.com/cypress-io/cypress/commit/237c426707714a287ff20ef2bdabff5f0c39e93a))
# [@cypress/react-v5.1.0-alpha.1](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.0.1...@cypress/react-v5.1.0-alpha.1) (2021-03-10)

### Bug Fixes

* make react@next match vue@next ([5cbecb8](https://github.com/cypress-io/cypress/commit/5cbecb8a5e93484be6552f5a0303b70b8d4f1783))

# [@cypress/react-v5.1.0](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.0.1...@cypress/react-v5.1.0) (2021-03-15)

Expand Down
4 changes: 0 additions & 4 deletions npm/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
**Jump to:** [Comparison](#comparison), [Blog posts](#blog-posts), [Install](#install), Examples: [basic](#basic-examples), [advanced](#advanced-examples), [full](#full-examples), [external](#external-examples), [Style options](#options), [Code coverage](#code-coverage), [Visual testing](#visual-testing), [Common problems](#common-problems), [Chat](#chat)

## Survey

Hi there! We are trying to collect feedback from Cypress users who need component testing. Answer a few questions [in this survey](https://forms.gle/qiX2ScqPNEMgwvfA9) about component testing to help us 🙏

## TLDR

- What is this? This package allows you to use [Cypress](https://www.cypress.io/) test runner to unit test your React components with zero effort. Here is a typical component testing, notice there is not external URL shown, since it is mounting the component directly.
Expand Down
7 changes: 0 additions & 7 deletions npm/react/releaserc.js

This file was deleted.

0 comments on commit 3d8bbb4

Please sign in to comment.