Commit 49e34e2
refactor: use OIDC publishing and remove alpha tag handling
Switch to OIDC-based npm trusted publishing (provenance) instead of
static NPM_TOKEN for publishing. This matches the sanity-io/.github
shared workflow pattern used by next-sanity.
Changes:
- Use id-token: write permission for OIDC npm provenance
- Set NPM_CONFIG_PROVENANCE for public repos
- Update npm to latest for trusted publishing support
- Setup git user from GitHub App bot identity
- Remove scripts/publish.mjs (no more per-package tag handling)
- Use changeset publish directly (all packages publish as latest)
- Remove pre-release/alpha references from docs
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d4ef204 commit 49e34e2
File tree
4 files changed
+42
-62
lines changed- .github/workflows
- scripts
4 files changed
+42
-62
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
40 | 61 | | |
41 | 62 | | |
42 | 63 | | |
43 | 64 | | |
44 | 65 | | |
45 | 66 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
50 | 79 | | |
51 | 80 | | |
52 | 81 | | |
53 | | - | |
| 82 | + | |
54 | 83 | | |
55 | 84 | | |
56 | 85 | | |
57 | 86 | | |
58 | 87 | | |
59 | 88 | | |
| 89 | + | |
60 | 90 | | |
61 | 91 | | |
62 | | - | |
| 92 | + | |
63 | 93 | | |
64 | 94 | | |
65 | 95 | | |
66 | 96 | | |
67 | 97 | | |
68 | | - | |
| 98 | + | |
69 | 99 | | |
70 | 100 | | |
71 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1008 | 1008 | | |
1009 | 1009 | | |
1010 | 1010 | | |
1011 | | - | |
| 1011 | + | |
1012 | 1012 | | |
1013 | | - | |
| 1013 | + | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
This file was deleted.
0 commit comments