Commit 9bfdf6c
committed
Run rc publishing through repo-local CI tools
The first rc workflow run exposed two CI-only release hazards: the generic publish workflow would still match prerelease tags, and GitHub runner global tools made npm/tsc resolution brittle. The release workflows now avoid npm self-upgrade, the stable publisher skips prerelease tags, and CI invokes the repo-local TypeScript/test commands.
Constraint: RC publishing must happen from CI without promoting latest
Rejected: Keep using global tsc | runner versions produced false TypeScript failures despite local dependencies being installed
Rejected: npm install -g npm@latest | runner npm self-upgrade failed before validation could run
Confidence: high
Scope-risk: narrow
Tested: npm exec tsc -- --noEmit; npm run check; YAML parse for CI/publish/rc-release workflows; prettier --check .github/workflows/*.yml
Not-tested: Successful CI publish after tag repush1 parent 66217bd commit 9bfdf6c
3 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments