Skip to content

fix(examples): refresh the committed engine-deck-v2 asset - #460

Merged
DemchaAV merged 1 commit into
developfrom
fix/engine-deck-v2-asset
Jul 26, 2026
Merged

fix(examples): refresh the committed engine-deck-v2 asset#460
DemchaAV merged 1 commit into
developfrom
fix/engine-deck-v2-asset

Conversation

@DemchaAV

Copy link
Copy Markdown
Owner

Why

#458 fixed the banner source and regenerated the hero PNG. It missed that page one of engine-deck-v2.pdf is that same banner, and the committed PDF was never re-rendered.

The asset linked from the examples gallery therefore still showed exactly the defect that PR set out to remove:

beforeafter
version pillv2.0.0v2.1.0
kickerGRAPHCOMPOSE 2.0 / MODULE-FIRSTGRAPHCOMPOSE 2.1 / MODULE-FIRST
graph labelTHE 2.0 MODULE GRAPHTHE 2.1 MODULE GRAPH
module rowrender-pdf · render-docxrender-pdf · render-pptx · render-docx

Stamped 2.1.0 rather than the working 2.1.1-SNAPSHOT, matching the published release — same handling as the hero PNG and the engine deck in the release commit.

Verified on the committed file: 5 pages, all four values above now read correctly.

The gap this keeps falling through

cut-release.ps1 regenerates exactly one committed asset — assets/readme/repository_showcase_render.png. There are 82 files under assets/readme/, and every other one is frozen at whatever commit last touched it by hand. That is why the same banner had to be fixed three times in a row, in three different files.

Tracked in more detail alongside #454.

The banner fix corrected the source and the hero PNG, but this deck's
page one is the same banner and its committed copy was never regenerated
— it still showed the v2.0.0 pill, the "2.0 MODULE-FIRST" kicker, and a
module row without render-pptx.
Regenerated at 2.1.0 to match the published release rather than the
working SNAPSHOT.
@DemchaAV
DemchaAV merged commit c9944c1 into developJul 26, 2026
10 checks passed
@DemchaAV
DemchaAV deleted the fix/engine-deck-v2-asset branch July 26, 2026 18:53
Sign up for freeto 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

@DemchaAV