Commit 2f8ea67
committed
fix(release): soft-warn instead of fail on missing samples.yml run
The v1.0.0-beta.0 release workflow failed at the "Confirm samples
workflow green for this commit" step. Two root causes:
1. The query hard-coded --branch=main, but the tag was on develop.
2. samples.yml only triggers on pull_request and push-to-main, not
on tag pushes. There is never a tag-commit samples.yml run to
wait for. The maintainer cutting the tag is responsible for
verifying the green PR run on the tag commit; CI can't enforce
that cross-workflow.
The step is now informational only. It queries the API by commit
SHA (no branch filter), reports the conclusion as a ::notice or
::warning, and never fails the release. release.yml proceeds to
publish the GitHub release using the CHANGELOG section as the body.
CHANGELOG.md adds a [1.0.0-beta.1] section recording the workflow
fix. No skill content, README, MAINTENANCE, CLAUDE.md, or sample
changes since v1.0.0-beta.0.
Conformance: scripts/verify-all.sh passes 8/8.
scripts/check-changelog.sh v1.0.0-beta.1 passes.1 parent b68bfc4 commit 2f8ea67
2 files changed
Lines changed: 48 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | | - | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
23 | 49 | | |
24 | 50 | | |
25 | 51 | | |
| |||
0 commit comments