release: @johanleroy/git-arboretum 1.0.0 — publication sur le registre Gitea
Some checks failed
Release / Publish to Gitea npm registry (push) Failing after 4m57s

- renomme le paquet en @johanleroy/git-arboretum (scope routé vers le registre npm Gitea privé)
- embarque @arboretum/shared via bundleDependencies (scripts/vendor-shared.mjs au prepack)
- joint README/LICENSE au tarball (scripts/copy-meta.mjs) + metadata, keywords, publishConfig
- CI pack-smoke en mono-tarball avec assertion bundleDep ; nouveau workflow release.yml (publish sur tag v*)
- version 1.0.0 ; README mis à jour (install scopé + service systemd)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 13:53:30 +02:00
parent 7de2da7469
commit 30cd3df0dd
10 changed files with 228 additions and 21 deletions

4
.gitignore vendored
View File

@@ -7,6 +7,10 @@ packages/server/public/
*.tgz
*.tsbuildinfo
# README/LICENSE copiés dans le paquet au prepack (générés depuis la racine)
packages/server/README.md
packages/server/LICENSE
# Test / coverage
coverage/