Commit graph

4 commits

Author SHA1 Message Date
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
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
dadb1706c4 ci(release): hide auto-generated source archives (hide_archive_links) 2026-05-29 20:50:12 +02:00
fa6dc68d31 feat: initial coa-pack scaffolding (manifest + build_pack + workflow + docs) 2026-05-25 12:11:48 +02:00