Commit graph

11 commits

Author SHA1 Message Date
bed334f9dd build: repoint pack to git.exil.es/coa-addons (PascalCase names)
All checks were successful
release-pack / pack (push) Successful in 15s
Migrated home: source git.sub-net.at/Exiles -> git.exil.es/coa-addons, manifest
repo names coa-* -> PascalCase (AtlasLoot, WeakAuras, Bartender4, Kui_Nameplates,
Leatrix_Plus, TradeSkillMaster, ...). build_pack.sh API+ORG updated. Per-addon
release workflows are instance-relative and needed no changes.
2026-06-10 04:45:31 +02:00
9154d56750 fix(pack): valid manifest YAML, stable-release picker, tolerant asset re-upload
- manifest: single-quote the coa-template note - nested double quotes
  made the scalar invalid YAML (awk include-parser unaffected; it only
  reads repo:/include: lines)
- build_pack: releases?limit=1 could hand back a prerelease/draft;
  fetch limit=10 and jq-select the first stable release
- release.yml: re-running for an existing tag 409'd on duplicate asset
  names and set -euo pipefail killed the job; skip already-attached
  assets / warn on failed uploads and only fail when the release ends
  up with zero assets
2026-06-10 02:17:21 +02:00
ec25b5d022 manifest: re-include coa-vanillaguide (loads on 3.3.5 via Lua50Compat shim)
All checks were successful
release-pack / pack (push) Successful in 15s
2026-05-30 07:04:52 +02:00
5238a66e21 ci(release): PATCH hide_archive_links after create (Gitea honors it only on edit)
All checks were successful
release-pack / pack (push) Successful in 14s
2026-05-30 06:43:04 +02:00
41ecfa65eb manifest: exclude coa-vanillaguide (Ace2 crash) until ported 2026-05-30 06:25:17 +02:00
dadb1706c4 ci(release): hide auto-generated source archives (hide_archive_links) 2026-05-29 20:50:12 +02:00
45c96a7109 manifest: exclude coa-exporter (internal tool, not shipped)
All checks were successful
release-pack / pack (push) Successful in 15s
2026-05-29 20:45:25 +02:00
8b4724ac76 manifest: exclude coa-ai-voiceover from the pack
All checks were successful
release-pack / pack (push) Successful in 19s
1.2 GiB of MP3 voice data won't fit in the per-asset Gitea ceiling and
would make the pack 25x larger. The small AI_VoiceOver framework on its
own is useless without the data, so excluding the whole repo is the
right call. Track distribution of the voice data separately.
2026-05-25 13:14:38 +02:00
3d2a4fb6a8 manifest: list coa-template (include:false; template repo, not an addon) 2026-05-25 12:35:26 +02:00
fa6dc68d31 feat: initial coa-pack scaffolding (manifest + build_pack + workflow + docs) 2026-05-25 12:11:48 +02:00
7eb8d60448 Initial commit 2026-05-25 10:04:25 +00:00