Skip to content

Commit

Permalink
Fix URL for netlify plugin in 4.3 changelog (cypress-io#2687)
Browse files Browse the repository at this point in the history
* Fix URL for netlify plugin in 4.3 docs

* Added missing bracket for readability.
  • Loading branch information
harrymt authored Apr 2, 2020
1 parent 9516364 commit e045442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_changelogs/4.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- Security warnings no longer show in Mac OS when opening Cypress since our application now undergoes notarization from Apple. Addresses {% issue 5791 %}.
- The previously used spec filter in the Test Runner is now saved and restored for projects without an ID.Addresses {% issue 6739 %}.
- We collect more env information from Travis builds for potential use in the Cypress Dashboard. Addresses {% issue 6808 %}.
- We now collect env information from Netlify builds (for example when using {% url "cypress-io/netlify-plugin-cypress" https://github.com/cypress-io/netlify-plugin-cypress) to send along to the Cypress Dashboard. Addresses {% issue 6780 %}.
- We now collect env information from Netlify builds (for example when using {% url "cypress-io/netlify-plugin-cypress" https://github.com/cypress-io/netlify-plugin-cypress %}) to send along to the Cypress Dashboard. Addresses {% issue 6780 %}.
- Type added for `tag` property when using Module API. Addresses {% issue 6795 %}.
- We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses {% issue 2690 %} in {% PR 6833 %}.

Expand Down

0 comments on commit e045442

Please sign in to comment.