saravanakumardb1
|
97c0ad9554
|
fix(scripts): add NETWORK-aware registry resolution to release script
release.sh → release-gitea-packages.sh:
1. Renamed to clearly describe purpose (Gitea npm package release, not
a generic release script).
2. Added NETWORK=corp/home detection matching publish-outdated-gitea-
packages.sh pattern:
- corp: localhost:3300 SSH tunnel + proxy env var stripping
- home: Azure VM directly via gitea.bytelyst.com or ~/.gitea_vm_host
3. Added ~/.gitea_npm_token file fallback (same as sibling scripts).
4. Corp publishes now strip HTTP_PROXY/HTTPS_PROXY/npm_config_proxy
env vars so npm reaches localhost tunnel directly instead of going
through the corporate proxy (which can't reach the tunnel).
5. Updated package.json 'release' script reference.
|
2026-04-12 23:56:19 -07:00 |
|