Commit fd4dc72
chore(release): add
Since workflow_dispatch dropdowns can't be populated from git history, this
prints recent release (version) commits so a maintainer can copy a real release
ref to nominate for the release workflow's `ref` input, annotating each with the
@cardano-sdk/core version it carries as a quick anchor to confirm a ref's
versions before nominating it.
Implemented as release-refs.mjs (matching collectCoverage.mjs): invokes git via
execFileSync (no shell — portable, no quoting pitfalls), and filters on the
commit subject (stable + rc) with an authoritative regex in JS, so reverts and
merge commits that merely mention the subject in their body don't leak in
(`--grep` is only a coarse pre-filter, since it matches the whole message).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>yarn release:refs helper to list release refs1 parent 545a7f5 commit fd4dc72
2 files changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments