ci: fix release workflow changelog extraction#1954
Merged
Conversation
The shell changelog-render/update scripts were removed when prepare-release moved to a Go tool, but release.yml still called them. Extract the tagged section from CHANGELOG.md instead, and drop the obsolete prepare-release workflow in favor of the local go tool. Signed-off-by: crozzy <joseph.crosland@gmail.com>
hdonnay
approved these changes
Jul 17, 2026
Contributor
Author
|
/fast-forward |
|
Triggered from #1954 (comment) by @crozzy. Trying to fast forward Target branch ( commit b14401b71e9b61760a4e625bb66e680bea4b092c (HEAD -> main, tag: v1.5.53, origin/main)
Author: Joseph Crosland <jcroslan@redhat.com>
Date: Fri Jul 17 10:45:23 2026 -0700
chore: v1.5.53 changelog bump
Signed-off-by: crozzy <joseph.crosland@gmail.com>Pull request ( commit 18a3d5dff5ca932c643256efd2f71f9b6df0bda2 (pull_request/fix-release-changelog-render)
Author: Joseph Crosland <jcroslan@redhat.com>
Date: Fri Jul 17 12:43:47 2026 -0700
ci: fix release workflow changelog extraction
The shell changelog-render/update scripts were removed when prepare-release
moved to a Go tool, but release.yml still called them. Extract the tagged
section from CHANGELOG.md instead, and drop the obsolete prepare-release
workflow in favor of the local go tool.
Signed-off-by: crozzy <joseph.crosland@gmail.com>Fast forwarding $ git push origin 18a3d5dff5ca932c643256efd2f71f9b6df0bda2:main
To https://github.com/quay/claircore.git
! [remote rejected] 18a3d5dff5ca932c643256efd2f71f9b6df0bda2 -> main (refusing to allow a GitHub App to create or update workflow `.github/workflows/release.yml` without `workflows` permission)
error: failed to push some refs to 'https://github.com/quay/claircore.git' |
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.
The shell changelog-render/update scripts were removed when prepare-release moved to a Go tool, but release.yml still called them. Extract the tagged section from CHANGELOG.md instead, and drop the obsolete prepare-release workflow in favor of the local go tool.
This failed during this release and I created the release manually.