Skip to content

Fix README formatting to unblock v20260512 build#59

Closed
svc-finitelabs[bot] wants to merge 2 commits into
mainfrom
fix/readme-prettier-formatting
Closed

Fix README formatting to unblock v20260512 build#59
svc-finitelabs[bot] wants to merge 2 commits into
mainfrom
fix/readme-prettier-formatting

Conversation

@svc-finitelabs
Copy link
Copy Markdown
Contributor

Summary

  • Release commit 4e33bfa (Release v20260512) regenerated README.md via pandoc but did not run the prettier step. The committed README still has the pandoc-raw output (e.g. ------…------ for horizontal rules, narrower prose wrap, condensed tables).
  • make build runs docs (pandoc) → fmt (prettier), so the build's "Check for dirty tree" step fails: see failed run.
  • This PR runs prettier --prose-wrap always --write README.md (no manual content edits), bringing the committed file in sync with what the build pipeline produces.

Release implications

The v20260512 tag points at the failing commit, so the Release workflow couldn't create the GitHub Release. After this PR merges, you'll likely want to either:

  1. Force-update the v20260512 tag to the new merge commit (and re-run release.yml), or
  2. Cut a new tag (e.g. v20260513).

Deferring to you on which.

Test plan

  • CI build green on this branch
  • After merge, decide on the tag/release strategy

derek-miller and others added 2 commits May 12, 2026 09:58
The v20260512 release commit regenerated README.md via pandoc but did
not run the prettier step. `make build` runs pandoc + prettier and the
CI "Check for dirty tree" step failed because prettier reformatted the
committed README.

Apply `prettier --prose-wrap always` to bring README.md in sync with
what the build pipeline produces.

Fixes failing build run: https://github.com/finitelabs/control4-esphome/actions/runs/25742811133
@svc-finitelabs
Copy link
Copy Markdown
Contributor Author

Superseded — Derek force-pushed the prettier fix onto v20260512 directly (commit 472ba8d). main and v20260512 are now identical and the v20260512 release is published. Closing.

@svc-finitelabs svc-finitelabs Bot closed this May 12, 2026
@svc-finitelabs svc-finitelabs Bot deleted the fix/readme-prettier-formatting branch May 12, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant