docs(blog): add release posts for 0.38, 0.39 and 0.40#730
Merged
Conversation
Backfill the blog with release write-ups for the official GitHub Action (0.38), the Action ergonomics + default checksum verification (0.39), and the per-test timeout + coverage fixes + bashunit.com move (0.40). Same format as the existing release posts; auto-listed via the blog content glob.
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.
Summary
Backfills the blog with release write-ups for the three releases since 0.37, matching the existing post format (frontmatter +
New features/Changes/Bug fixessections, issue links, closing changelog link). Posts are auto-listed via the blog content glob (posts.data.ts).TypedDevs/bashunitGitHub Action (SHA-pinnable), opt-in installer checksum verification, hardenedinstall.sh.argsto install+run in one step,v0floating major tag,bashunit initCI scaffold,--report-junitalias, default checksum verification, line-accurate GHA annotations. Includes a note on the 0.39.1 patch.--test-timeout, coverage fixes (Line continuations not counted as covered in report #722, Spying on printf breaks coverage collection #724), leaked exit-code fix, move to bashunit.com.Pagination
Kept blog pagination at
perPage = 10(unchanged). With ~20 release posts that's a few pages with short scroll per page — 15 would only trade a page for a longer page. 10 is the conventional, faster-rendering default already in place.Test plan
cd docs && npm run build— builds clean with all three new postsmake lint— editorconfig OK