Skip to content

ci: fix release workflow changelog extraction#1954

Merged
crozzy merged 1 commit into
quay:mainfrom
crozzy:fix-release-changelog-render
Jul 17, 2026
Merged

ci: fix release workflow changelog extraction#1954
crozzy merged 1 commit into
quay:mainfrom
crozzy:fix-release-changelog-render

Conversation

@crozzy

@crozzy crozzy commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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.

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>
@crozzy
crozzy requested review from a team as code owners July 17, 2026 21:07
@crozzy
crozzy requested a review from hdonnay July 17, 2026 21:07
@crozzy

crozzy commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

/fast-forward

@github-actions

Copy link
Copy Markdown

Triggered from #1954 (comment) by @​crozzy.

Trying to fast forward main (b14401b) to fix-release-changelog-render (18a3d5d).

Target branch (main):

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 (fix-release-changelog-render):

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 main (b14401b) to fix-release-changelog-render (18a3d5d).

$ 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'

@crozzy
crozzy merged commit 7e3081c into quay:main Jul 17, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants