Commit Graph
4 Commits
Author SHA1 Message Date
kwburns-kong 31aac79c3a fix(release): resolve previous tag by semver precedence (#10408)
* fix(release): resolve previous tag by semver precedence, not publish order

GitHub's auto-detected previous tag for release notes ignores per-line
release branches, so out-of-order alpha/beta/hotfix tags can pull PRs
from an unrelated release into the notes. Compute the previous core@ tag
via real semver precedence instead, excluding a stable release's own
prereleases so it diffs against the prior stable release.

* fix(release): let ncipollo/release-action generate notes directly

Pass generateReleaseNotesPreviousTag to the release action instead of
calling GitHub's generate-notes API manually via curl - the action
already wraps the same endpoint with identical previous_tag_name
semantics, so this drops the redundant step.
2026-08-18 10:42:06 +08:00
saisatishkarra f6484158f0 fix variable names for provenance digest (#7498) 2024-06-05 17:07:37 +02:00
saisatishkarra 2033709461 fix: use base64 output file for provenance for large assets (#7496) 2024-06-05 16:04:30 +02:00
saisatishkarra f2712204ed fix: script to parse binary digests (#7493) 2024-06-05 13:12:05 +02:00