Skip to content

docs: rename changelog workflow input to "Branch to release"#6215

Merged
olehermanse merged 1 commit into
masterfrom
update-changelog-action-v7
Jul 2, 2026
Merged

docs: rename changelog workflow input to "Branch to release"#6215
olehermanse merged 1 commit into
masterfrom
update-changelog-action-v7

Conversation

@claude

@claude claude Bot commented Jul 2, 2026

Copy link
Copy Markdown

Requested by Ole Herman · Slack thread

Before / After

The workflow_dispatch input in .github/workflows/update-changelog.yml was labeled "Version to release (3.24.x, 3.27.x, master)", even though the value it accepts is a git branch and the workflow uses it exactly that way (as the checkout ref, the pull-request base, and part of the generated branch name).

After this change the input is labeled "Branch to release (3.24.x, 3.27.x, master)", which accurately describes what the field is. The input key was already branch, so no code references needed to change.

How

Single-line edit to the inputs.branch.description string in .github/workflows/update-changelog.yml. No behavioral change — this is a display-text-only update.

Note for reviewers

The task also asked to ensure the create-pull-request action is pinned to @v7. It already is, but the workflow uses the cfengine/create-pull-request fork rather than upstream peter-evans/create-pull-request. I left the org as-is since switching to upstream could be an unintended behavioral change (the fork may exist deliberately). Flagging for a human to confirm whether a switch to peter-evans/create-pull-request@v7 is actually wanted.


Generated by Claude Code

The 'Update changelog' workflow input key is already 'branch' and is
used semantically as a git branch throughout (checkout ref, PR base,
and generated branch name). Update the human-facing description from
'Version to release' to 'Branch to release' to match.
@olehermanse olehermanse marked this pull request as ready for review July 2, 2026 17:55
@olehermanse olehermanse self-assigned this Jul 2, 2026
@olehermanse olehermanse merged commit 46b0e14 into master Jul 2, 2026
11 checks passed
@olehermanse olehermanse deleted the update-changelog-action-v7 branch July 2, 2026 18:12
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.

3 participants