Chore/release 0.6.1 prep#5
Merged
Merged
Conversation
Mirror the sibling driver repos' "Publish & Release" workflow: add workflow_dispatch, grant contents:write, guard that package versions match the pushed vX.Y.Z tag, authenticate the publish with NPM_TOKEN, and create a GitHub Release (generate_release_notes, make_latest) on tag push. Previously the workflow only ran `pnpm publish` with no GitHub Release.
Drop PLAN.md, PLAN-1.md, PLAN-2.md and the PROGRESS.md build log — implementation-phase scaffolding now that the driver has shipped. Cross-references in README.md and DECISIONS.md that pointed at PLAN-2.md for deferred work are reworded to just note the deferral. The durable docs remain: README, DECISIONS, INTEROPERABILITY, and the docs/ tree (the canonical spec/truth home). Also removes the stray untracked DRIVER_REVIEW-letratag-2026-05-30.md left over from the merged #2 review.
Code comments now state local decisions, not the spec story — the
canonical wire-format/provenance narrative lives in
docs/protocol/letratag-bt.md, docs/{core,web}.md, DECISIONS.md, and
INTEROPERABILITY.md. Trimmed multi-paragraph protocol re-tellings down
to one-line doc pointers across core (protocol/status/types/debug/
preview) and web (discovery/printer), while preserving every
bench-confirmed constant, wire quirk, and "why" gotcha (e.g. the
2026-05-10 MTU bench, the code-5 1-5-1-5 alternation, the y+1 skip).
Comments only — no code/logic/type changes. typecheck, lint, prettier,
71 core + 36 web tests, and build all green. Regenerated the typedoc
API reference (docs/api/**) to match the leaner docblocks.
Bump @thermal-label/letratag-core and @thermal-label/letratag-web to 0.6.1 and generate CHANGELOGs from the release changeset. Removes the orphaned 0.6.0 changeset (initial-phase-1.md) that was never consumed when 0.6.0 shipped. Delta since 0.6.0: LetraTagMedia drops the redundant tapeWidthMm / printableDots fields, the LT-200B is marked verified on bluetooth-gatt in the shipped registry, and code docblocks / the API reference are leaner.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cleanup, prep for 0.6.1