Commit 9ccff5d
ci(release): remove semantic-release and replace with explicit versioned workflow steps
Removes release.config.js entirely. All responsibilities previously owned
by semantic-release are now explicit, named steps in both staging-step-1.yml
and release.yml:
- Version determination: a new bump_type input (major/minor/patch) on
workflow_dispatch drives `npm version $bump_type --no-git-tag-version`,
which bumps package.json and package-lock.json and surfaces the new
version to all downstream steps via steps.get-version.outputs.version.
- npm publish: explicit `npm publish` step (OIDC unchanged).
- GitHub release: `gh release create` step with the same dist assets that
@semantic-release/github was uploading.
- Git commit + tag: explicit `git commit` and `git tag` steps; tag is
pushed alongside the release branch in the final push step.
The semantic-release-only job-level env block (GITHUB_TOKEN, GIT_AUTHOR_*,
GIT_COMMITTER_*) is removed from both workflows; git identity is already
set by the Import GPG Key step. release.yml permissions are updated from
contents:read to contents:write to allow pushing the tag.
Deferred: CHANGELOG.md auto-generation (was @semantic-release/changelog).
Refs #1210
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ecad31d commit 9ccff5d
3 files changed
Lines changed: 87 additions & 101 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
243 | 252 | | |
244 | 253 | | |
245 | 254 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| |||
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
283 | | - | |
284 | | - | |
| 285 | + | |
| 286 | + | |
285 | 287 | | |
286 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
287 | 302 | | |
288 | | - | |
289 | | - | |
290 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
291 | 315 | | |
292 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
293 | 323 | | |
294 | 324 | | |
295 | 325 | | |
| |||
298 | 328 | | |
299 | 329 | | |
300 | 330 | | |
301 | | - | |
| 331 | + | |
302 | 332 | | |
303 | 333 | | |
304 | 334 | | |
| 335 | + | |
305 | 336 | | |
306 | 337 | | |
307 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
315 | 324 | | |
316 | 325 | | |
317 | 326 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | 327 | | |
326 | 328 | | |
327 | 329 | | |
| |||
353 | 355 | | |
354 | 356 | | |
355 | 357 | | |
356 | | - | |
357 | | - | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
| 361 | + | |
| 362 | + | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| 368 | + | |
368 | 369 | | |
369 | 370 | | |
370 | 371 | | |
| |||
384 | 385 | | |
385 | 386 | | |
386 | 387 | | |
387 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
388 | 403 | | |
| 404 | + | |
| 405 | + | |
389 | 406 | | |
390 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
391 | 414 | | |
392 | 415 | | |
393 | 416 | | |
| |||
396 | 419 | | |
397 | 420 | | |
398 | 421 | | |
399 | | - | |
| 422 | + | |
400 | 423 | | |
401 | 424 | | |
402 | 425 | | |
| 426 | + | |
403 | 427 | | |
404 | 428 | | |
405 | 429 | | |
| |||
This file was deleted.
0 commit comments