Compare commits

...

2 commits

Author SHA1 Message Date
0c5dd38839 chore: toc version/path nits + drop stale smoke-test TODO
- Version 1.04.2-coa1 -> 1.04.2 (release tags carry the -coa.N suffix)
- fix FuBarPlugin-2.0.lua path case to match on-disk file
- README-CoA: remove 'not yet loaded against the Ascension client'
  TODO; load-tested in-game (a8ea642, 330a6cf)
2026-06-10 02:16:51 +02:00
9e3caf71df ci(release): sync release.yml from coa-template
hide_archive_links is only honored by Gitea on release edit, not create —
add the PATCH step after create/lookup so auto-generated source archive
links actually stay hidden (coa-template 90874c5).
2026-06-10 02:11:47 +02:00
3 changed files with 7 additions and 7 deletions

View file

@ -37,10 +37,14 @@ jobs:
RID=$(curl -sf -X POST -H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \
"$API/repos/$REPO/releases" \
-d "$(jq -nc --arg t "$TAG" '{tag_name:$t,name:$t,draft:false,prerelease:false}')" \
-d "$(jq -nc --arg t "$TAG" '{tag_name:$t,name:$t,draft:false,prerelease:false,hide_archive_links:true}')" \
| jq -r '.id')
fi
echo "release id: $RID"
# Gitea honors hide_archive_links only on edit, not create — PATCH it
# so the auto-generated Source Code (zip/tar.gz) links stay hidden.
curl -sf -X PATCH -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" \
"$API/repos/$REPO/releases/$RID" -d '{"hide_archive_links":true}' >/dev/null || true
# Upload every dist/*.zip. Per-asset failures don't fail the job —
# we want partial releases to still publish rather than block the
# whole pipeline on one big file.

View file

@ -63,10 +63,6 @@ crashed on the very first guide load with
What is still TODO
------------------
- **In-game smoke test.** The addon has not yet been loaded against
the Ascension client. Expect further small breakage (frame APIs,
`GetAddOnInfo` signature, possibly map-zone coords) once we drive it
through `/vguide`.
- **MetaMapBWP integration.** MetaMap doesn't exist on 3.3.5. The
hooks in `Settings.lua` and `Frame_SettingsFrame.lua` are gated
behind `IsAddOnLoaded("MetaMap")` so they're effectively dead, but

View file

@ -2,7 +2,7 @@
## Title: VanillaGuide |cff7fff7f -Ace2-|r |cffff7f7f(CoA)|r
## Notes: Step-by-Step 1-60 Guides (CoA fork: Ascension 3.3.5 port, Joana H/A paths)
## Author: mrmr
## Version: 1.04.2-coa1
## Version: 1.04.2
## DefaultState: enabled
## LoadOnDemand: 0
@ -57,6 +57,6 @@ UI.lua
libs\Tablet-2.0\Tablet-2.0.lua
libs\Dewdrop-2.0\Dewdrop-2.0.lua
libs\FuBarPlugin-2.0\FubarPlugin-2.0.lua
libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua
VGuideFu.lua