-
Notifications
You must be signed in to change notification settings - Fork 23
Add steps to pull requests created by Prepare for minor release workflow #5380
Copy link
Copy link
Open
Copy link
Labels
Description
Motivation
The Prepare for minor release workflow creates two pull requests. Currently, both of these need additional manual changes before they can be merged as part of the process for creating the alpha1 release for a new Quickstart minor version.
Proposed Resolution
Describe the solution you'd like
For the "Prepare main branch for new minor release branch x.y.z" pull request:
- Update
.github/workflows/ci.ymlto add the new minor release branch. (Removal of any unsupported release branches will remain a manual process.)
For the "Prepare repository for new minor release branch x.y.z" pull request:
- Update
.github/workflows/ci.ymlto add the new minor release branch. (Removal of any unsupported release branches will remain a manual process.) - Change SCAFFOLD_BRANCH in
.tugboat/config.ymlfrom main to the new minor release branch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In review