3 Commits

Author SHA1 Message Date
florian.berthold 90874c5478 ci(release): PATCH hide_archive_links after create (Gitea honors it only on edit) 2026-05-30 06:32:20 +02:00
florian.berthold 395626d877 ci(release): hide auto-generated source archives (hide_archive_links) 2026-05-29 20:49:49 +02:00
florian.berthold 5ac82e0134 Initial template: release pipeline + PORTING.md + init helper
What lands in any repo created from this template:
- .gitea/workflows/release.yml — canonical Gitea-Actions release pipeline
  (tag-triggered, curl-based publish, per-asset failure tolerance)
- tools/build_zip.sh — git-archive per addon folder, multi-addon bundle
- tools/init_from_upstream.sh — one-shot squash-import of upstream tree
  into <AddonFolder>/ at the repo root
- PORTING.md — full CoA-compat bug-pattern checklist (Retail-only
  globals, FileDataIDs, hardcoded class lists, StaticPopup race,
  .tga textures, Minimap mask, CLEU arg positions, Ace3 sweep, etc.)
- README.md — quick-start backport guide
- standard .gitignore (incl dist/) + .gitattributes (* -text)
2026-05-25 12:35:12 +02:00