Release a new patch for the scrolling issue #152
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/Ponente#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🤖 On it — follow along in the action run; the reply will link the full session transcript.
📜 Live transcript — updating every ~5 minutes while the task runs.
v2.5.1 is live on ponente.app.
The scrolling fix was already merged (PR #151 for #150) and sitting in
Changelog.Unreleased; this run turned it into a release.What I did
docker-compose*.yml,deploy/.env*.example,deploy/docker-compose.prod.ymlandappsettings.jsonacross that range is empty, so there are no new env keys and nothing a human had to add todeploy/.envbefore this tag was safe to cut. (I can't runcheck-env-keys.shfrom a job container —deploy/.envisn't here — so I checked it the way the runbook says to when dispatched from an issue: from the config diff.)promote-changelog.py 2.5.1. One bullet, a fix only → patch, which matches what the issue asked for. Landed as PR #153 ("Changelog for 2.5.1") onrelease/v2.5.1; CI green; merged as016f14d, branch deleted.v2.5.1on that merge commit and pushed it.What I verified
dotnet test Ponente.sln— 389 passed, 0 failed (includesDocumentationTests).buildgreen. On the tag:build-and-pushrun 1079, sha016f14d, success.:latestmoved to the new image, which is the thing production follows:https://ponente.app/healthz→ok, and production is now serving the fixed assets —app.csscontains the.card-chosen:not(.card-ghost)lift rule andjs/sortable-interop.jscontainsDRAG_PRESS_MS, neither of which existed in v2.5.0. A nonsense control selector matches 0 times, so the grep is actually discriminating./redirects to the login page and it renders (200).IMAGE_TAG=latestlooks like. I changed nothing indeploy/.env.Caveats
board.spec.jsandmobile.spec.jsin PR #151) ran on that PR's CI before it merged./tmp/no-pr.txtrecords that.⏱ 13m 7s · 29 turns · tokens: 41.1k in / 7.7k out (+940.3k cache-read)
📜 Full session transcript