Conversation
Make @beakerstack/test-utils workspace-only (private, changeset ignored). Replace git-cliff-action@v3 Docker build with git-cliff binary install.
…otes" This reverts commit c759ac4.
* fix(ci): install git-cliff binary for template release notes Replace git-cliff-action@v3 Docker build; Debian buster apt repos are EOL. * fix(ci): verify git-cliff release tarball SHA256 before install Pin digests for x86_64 and aarch64 linux-gnu assets (v2.13.1).
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promotes
develop→mainso the Release Template workflow can run onmain.After #226, the first Release Template dispatch failed because
orhun/git-cliff-action@v3builds a Docker image on Debian buster; those apt repositories are EOL (404). #229 landed the fix ondevelop; this promotion brings it tomain.Net change vs
main: only.github/workflows/release-template.yml(+34 / −8).What changed in the workflow
git-cliff-action@v3with a pinned git-cliff 2.13.1 binary install from GitHub Releases./tmp, verifies SHA256 (pinned digests forx86_64andaarch64linux-gnuassets), then extracts and runsgit-cliffto writeRELEASE_NOTES.md.cliff.toml, CalVer tag pattern,--latest).Commit history note
developincludesc759ac4and its revert (0673c41) from an aborted combined commit (test-utils + template); the revert cancels those changes. The effective diff tomainis only the #229 workflow fix.Merge strategy
Create a merge commit — do not squash.
Post-merge
main(leaveoverride_tagblank for2026.001, or set explicitly).Test plan
developmainand confirm successRelated
develop→mainpromotion