Skip to content

Commit

Permalink
fix: update the changelog (cypress-io#23616)
Browse files Browse the repository at this point in the history
  • Loading branch information
L2D22 committed Apr 13, 2023
1 parent 4319248 commit 79f6f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@ _Released 04/11/2023 (PENDING)_

**Bugfixes:**

- Fixed an issue to find supportFiles in node_modules. Removed ignore node_modules from getFilesByGlob() and rely on passed in globby options to ignore node_modules instead. Fixes [#23616](https://github.com/cypress-io/cypress/issues/23616).
- Capture the [Azure](https://azure.microsoft.com/) CI provider's environment variable [`SYSTEM_PULLREQUEST_PULLREQUESTNUMBER`](https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#system-variables-devops-services) to display the linked PR number in the Cloud. Addressed in [#26215](https://github.com/cypress-io/cypress/pull/26215).
- Fixed an issue in the onboarding wizard where project framework & bundler would not be auto-detected when opening directly into component testing mode using the `--component` CLI flag. Fixes [#22777](https://github.com/cypress-io/cypress/issues/22777).
- Updated to use the `SEMAPHORE_GIT_WORKING_BRANCH` [Semphore](https://docs.semaphoreci.com) CI environment variable to correctly associate a Cloud run to the current branch. Previously this was incorrectly associating a run to the target branch. Fixes [#26309](https://github.com/cypress-io/cypress/issues/26309).
Expand Down

0 comments on commit 79f6f2d

Please sign in to comment.