Skip to content

chore(release): invoke create release branch from prepare complete and support /create-release-branch - #4017

Merged
rickeylev merged 2 commits into
bazel-contrib:mainfrom
rickeylev:manual_release_prepare_workflow
Aug 8, 2026
Merged

chore(release): invoke create release branch from prepare complete and support /create-release-branch#4017
rickeylev merged 2 commits into
bazel-contrib:mainfrom
rickeylev:manual_release_prepare_workflow

Conversation

@rickeylev

Copy link
Copy Markdown
Collaborator

Triggering the create release branch workflow on issue edits fired
unnecessarily on unrelated edits and failed to trigger when other
GitHub Actions modified the issue due to token recursion limits.
Maintainers also lacked a direct comment command to manually cut the
release branch from a release tracking issue if needed.

Invoke the create release branch workflow automatically upon
completion of the prepare workflow, support manual and reusable
workflow dispatch with a tracking issue input, add
/create-release-branch comment command support, and introduce a
shared helper for writing GitHub Actions step outputs across release
tools.

Triggering the create_release_branch workflow on issue edits fires more
often than necessary and does not trigger when other GitHub Actions
workflows perform the modifications due to token recursion limits.

Invoke the create release branch workflow directly from the complete
prepare workflow passing the tracking issue, support manual and reusable
workflow dispatch for branch creation, and introduce a shared helper for
writing to GITHUB_OUTPUT.
Maintainers needed a comment command to manually cut the release branch
from the tracking issue if the automatic chained step is missed.

Add /create-release-branch parser to the on_comment workflow dispatching
to the release_create_release_branch workflow, and document the command
in the release tracking issue template and releasing guide.
@rickeylev
rickeylev requested a review from aignas as a code owner August 8, 2026 20:29
@rickeylev
rickeylev merged commit f33feb6 into bazel-contrib:main Aug 8, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant