Skip to content

Commit

Permalink
docs: create separate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jul 27, 2023
1 parent bcd73b7 commit 2e8cf05
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

This document gives an overview of changes to the Cypress GitHub JavaScript Action [cypress-io/github-action](https://github.com/cypress-io/github-action).

See [Releases](https://github.com/cypress-io/github-action/releases) for full details of changes.

| Version | Changes |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| v5.8.1 | Examples remove Node.js 19. End of support for Node.js 19. |
| v5.8.0 | Add GitHub step output `resultsUrl`. Deprecate `dashboardUrl`. |
| v5.6.2 | Examples add Node.js 20. End of support and removal of Node.js 14 examples. |
| v5.2.0 | Examples add Node.js 19. |
| v5.0.0 | Examples add Node.js 18 and remove Node.js 12. |
| v4.2.2 | Dependency on GitHub `set-output` workflow command removed. |
| v4.2.0 | Support for `pnpm` added. |
| v4.0.0 | Support for Cypress 10 and later versions added. |
| v3 | Action runs under Node.js 16 instead of Node.js 12. |
| v2 | Cypress runs using the [Module API](https://docs.cypress.io/guides/guides/module-api) instead of being started via the command line. |
| v1 | *This version is no longer runnable in GitHub due to security changes.* |
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1511,23 +1511,12 @@ Cypress itself runs with a fixed Node.js version specified by the [runs.using](h

## Changelog

See [Releases](https://github.com/cypress-io/github-action/releases) for full details of changes.

| Version | Changes |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| v5.8.1 | Examples remove Node.js 19. End of support for Node.js 19. |
| v5.8.0 | Add GitHub step output `resultsUrl`. Deprecate `dashboardUrl`. |
| v5.6.2 | Examples add Node.js 20. End of support and removal of Node.js 14 examples. |
| v5.2.0 | Examples add Node.js 19. |
| v5.0.0 | Examples add Node.js 18 and remove Node.js 12. |
| v4.2.2 | Dependency on GitHub `set-output` workflow command removed. |
| v4.2.0 | Support for `pnpm` added. |
| v4.0.0 | Support for Cypress 10 and later versions added. |
| v3 | Action runs under Node.js 16 instead of Node.js 12. |
| v2 | Cypress runs using the [Module API](https://docs.cypress.io/guides/guides/module-api) instead of being started via the command line. |
| v1 | *This version is no longer runnable in GitHub due to security changes.* |

*Note: [GitHub announced](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) their plan to disable `save-state` and `set-output` commands. This will prevent [cypress-io/github-action](https://github.com/cypress-io/github-action) version [v4.2.1](https://github.com/cypress-io/github-action/releases/tag/v4.2.1) and earlier from running, since they use `set-output`. Affected users should update to using `v5` of the [cypress-io/github-action](https://github.com/cypress-io/github-action) action.*
View the [CHANGELOG](./CHANGELOG.md) document for an overview of version changes.

## Compatibility

[GitHub announced](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) their plan to disable `save-state` and `set-output` commands. This will prevent [cypress-io/github-action](https://github.com/cypress-io/github-action) version [v4.2.1](https://github.com/cypress-io/github-action/releases/tag/v4.2.1) and earlier from running, since they use `set-output`. Affected users should update to using `v5` of the [cypress-io/github-action](https://github.com/cypress-io/github-action) action.


## Contributing

Expand Down

0 comments on commit 2e8cf05

Please sign in to comment.