Skip to content

Commit

Permalink
chore: fix failing lint on release notes (#16897)
Browse files Browse the repository at this point in the history
# Overview

Prettier (or whatever runs in our JS lint action) demands a newline
after a markdown header. OK.

## Test Plan and Hands on Testing

Pass automated tests plz.

## Changelog

`\n`

## Review requests

Forgive this shameful and time-wasting PR.

## Risk assessment

none
  • Loading branch information
ecormany authored Nov 19, 2024
1 parent 90389eb commit 1f8e8d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Welcome to the v8.2.0 release of the Opentrons App! This release adds support fo
- Fixed an app crash when performing certain error recovery steps with Python API version 2.15 protocols.

### Known Issues

- If you attach an Absorbance Plate Reader to _any_ Flex on your local network, you must update all copies of the Opentrons App on the same network to at least v8.1.0.

---
Expand Down

0 comments on commit 1f8e8d4

Please sign in to comment.