Commit 76ab30c
chore: add npm publish workflow and release script (#499)
* chore: add npm publish workflow and release script
- GitHub Actions workflow publishes all packages to npm on `v*` tag push (requires NPM_TOKEN secret)
- scripts/release.sh bumps versions across all packages, commits, and creates the tag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: use npm OIDC Trusted Publisher instead of token
No NPM_TOKEN secret needed — npm verifies trust via OIDC.
Uses npm publish directly (Yarn 4 doesn't support OIDC) with --provenance.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: address release script issues from Copilot review
- Also bump gl-react pin in devDependencies (where it actually lives)
- Guard against uncommitted changes before mutating package.json files
- Quote dirname path to handle spaces in repo path
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: greweb <greweb@protonmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7c834d4 commit 76ab30c
2 files changed
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments