Commit 7912171
ci: switch to release-please for automated npm publishing via OIDC
Replace the release-on-published-Release workflow with release-please. On every
push to main, conventional commits drive a Release PR that bumps the version and
updates CHANGELOG.md. Merging the PR creates a tag + GitHub Release, and the
same workflow then runs lint/typecheck/build and publishes to npm with provenance.
Authentication uses npm Trusted Publisher (OIDC) — no NPM_TOKEN secret needed.
Reverts the manual 0.1.2 bump in package.json/package-lock.json so release-please
owns version management going forward.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 71b0ecf commit 7912171
1 file changed
Lines changed: 26 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
8 | 24 | | |
| 25 | + | |
| 26 | + | |
9 | 27 | | |
10 | 28 | | |
11 | 29 | | |
12 | 30 | | |
13 | 31 | | |
14 | 32 | | |
| 33 | + | |
| 34 | + | |
15 | 35 | | |
16 | 36 | | |
17 | 37 | | |
18 | 38 | | |
19 | 39 | | |
20 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
21 | 44 | | |
22 | | - | |
23 | | - | |
| |||
0 commit comments