Skip to content

Commit

Permalink
docs: remove cypress-example-todomvc-redux from release-process (#25613)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Jan 27, 2023
1 parent 2d9abf7 commit e4be189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/release-process.md
Expand Up @@ -175,7 +175,6 @@ In the following instructions, "X.Y.Z" is used to denote the [next version of Cy

23. Check all `cypress-test-*` and `cypress-example-*` repositories, and if there is a branch named `x.y.z` for testing the features or fixes from the newly published version `x.y.z`, update that branch to refer to the newly published NPM version in `package.json`. Then, get the changes approved and merged into that project's main branch. For projects without a `x.y.z` branch, you can go to the Renovate dependency issue and check the box next to `Update dependency cypress to X.Y.Z`. It will automatically create a PR. Once it passes, you can merge it. Try updating at least the following projects:
- [cypress-example-todomvc](https://github.com/cypress-io/cypress-example-todomvc/issues/99)
- [cypress-example-todomvc-redux](https://github.com/cypress-io/cypress-example-todomvc-redux/issues/1)
- [cypress-realworld-app](https://github.com/cypress-io/cypress-realworld-app/issues/41)
- [cypress-example-recipes](https://github.com/cypress-io/cypress-example-recipes/issues/225)
- [cypress-fiddle](https://github.com/cypress-io/cypress-fiddle/issues/5)
Expand Down

0 comments on commit e4be189

Please sign in to comment.