cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

docs: fix CHANGELOG formatting #1157

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

factory/CHANGELOG.md uses the asterisk (*) character for unordered lists. Prettier, since release 1.13 in May 2018, standardizes on using dash (-) for unordered lists.

Change

Use prettier to reformat.

Note that this is a Markdown source code change only. GitHub continues to displays unordered list elements with a bullet, like

Verification

npm ci
npx prettier --check factory/CHANGELOG.md
cypress-app-bot commented 1 month ago