-
v0.1.4 — new drop 🔥
Stablereleased this
2026-02-20 07:49:27 +00:00 | 32 commits to main since this releasethe mirror arc — forgejo push mirroring does the heavy lifting now 🪞🔥
the manual github mirror push in the release pipeline was doing too much — forgejo push mirroring already syncs branches + tags to github automatically. yeeted the redundant step and replaced it with a smart wait-for-tag loop so the github release creation dont race the mirror sync. docs got the glow up to match fr fr
fixed — manual mirror push was redundant and sometimes caught Ls 💀
- yeeted the
push to github mirror so the tag exists over therestep fromrelease.yml— forgejo push mirroring (Settings → Mirror) already handles syncing branches + tags to github automatically - added a wait-for-tag polling loop (up to 30 attempts, 2s apart) that checks
gh api repos/.../git/refs/tags/{TAG}before creating the github release — no more racing the mirror sync 🏎️
changed —
GH_PATscope clarified in runner docs 📜docs/runner-setup.mdupdated:GH_PATis now only forgh release createAPI calls, not for pushing git refs- release flow docs simplified — all
just release/just hotfix/just finishcommands auto-push, no manualgit pushinstructions needed fr fr - pipeline step descriptions updated to mention mirror sync + retryability
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LittyLogs.0.1.4.nupkg
0 downloads ·
2026-02-20 07:53:59 +00:00 · 16 KiB -
LittyLogs.File.0.1.4.nupkg
0 downloads ·
2026-02-20 07:53:59 +00:00 · 17 KiB -
LittyLogs.Tool.0.1.4.nupkg
0 downloads ·
2026-02-20 07:53:59 +00:00 · 358 KiB -
LittyLogs.Xunit.0.1.4.nupkg
0 downloads ·
2026-02-20 07:53:59 +00:00 · 11 KiB
- yeeted the