feat: initial coa-pack scaffolding (manifest + build_pack + workflow + docs)
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
pack:
|
||||
name: ExilesPack
|
||||
default_branch: master
|
||||
source: https://git.sub-net.at/Exiles
|
||||
|
||||
# Repos to include in the pack. `include: false` means the repo is in the org but
|
||||
# either contains libraries only (coa-ace3) or isn't an end-user addon.
|
||||
addons:
|
||||
- repo: coa-ace3 # canonical Ace3 bundle - libs, not deployed as addon
|
||||
include: false
|
||||
note: "Ace3 libs are already embedded inside each consuming fork; the pack doesn't need them again."
|
||||
|
||||
- repo: coa-ai-voiceover
|
||||
include: true
|
||||
|
||||
- repo: coa-altoholic
|
||||
include: true
|
||||
# If a repo has a *-all.zip release asset, prefer it over individual zips. Otherwise take all per-addon zips.
|
||||
|
||||
- repo: coa-atlasloot
|
||||
include: true
|
||||
|
||||
- repo: coa-bagnon
|
||||
include: true
|
||||
|
||||
- repo: coa-bartender
|
||||
include: true
|
||||
|
||||
- repo: coa-chatter
|
||||
include: true
|
||||
|
||||
- repo: coa-clique
|
||||
include: true
|
||||
|
||||
- repo: coa-dbm
|
||||
include: true
|
||||
|
||||
- repo: coa-decursive
|
||||
include: true
|
||||
|
||||
- repo: coa-details
|
||||
include: true
|
||||
|
||||
- repo: coa-elvui
|
||||
include: true
|
||||
note: "Repo-only - not part of the default Exiles install. Set include:false if you want a slimmer pack."
|
||||
|
||||
- repo: coa-exporter
|
||||
include: true
|
||||
note: "Guild-only addon (CoaExporter)."
|
||||
|
||||
- repo: coa-kui-nameplates
|
||||
include: true
|
||||
|
||||
- repo: coa-leatrix-plus
|
||||
include: true
|
||||
|
||||
- repo: coa-moveanything
|
||||
include: true
|
||||
|
||||
- repo: coa-omen
|
||||
include: true
|
||||
|
||||
- repo: coa-pawn
|
||||
include: true
|
||||
|
||||
- repo: coa-professionmenu
|
||||
include: true
|
||||
|
||||
- repo: coa-quartz
|
||||
include: true
|
||||
|
||||
- repo: coa-ratingbuster
|
||||
include: true
|
||||
|
||||
- repo: coa-sexymap
|
||||
include: true
|
||||
|
||||
- repo: coa-shadowedunitframes
|
||||
include: true
|
||||
|
||||
- repo: coa-tsm
|
||||
include: true
|
||||
|
||||
- repo: coa-vanillaguide
|
||||
include: true
|
||||
note: "Repo-only - not part of the default Exiles install."
|
||||
|
||||
- repo: coa-weakauras
|
||||
include: true
|
||||
Reference in New Issue
Block a user