Skip to content

[cupertino_ui] Batch release - #12410

Closed
fluttergithubbot wants to merge 1 commit into
release-cupertino_ui-0.0.3+1from
cupertino_ui-31370462011-1
Closed

[cupertino_ui] Batch release#12410
fluttergithubbot wants to merge 1 commit into
release-cupertino_ui-0.0.3+1from
cupertino_ui-31370462011-1

Conversation

@fluttergithubbot

Copy link
Copy Markdown
Contributor

This PR was created automatically to batch release the cupertino_ui.

@fluttergithubbot fluttergithubbot added the override: batch-cupertino_ui cupertino_ui batch release PR label Aug 10, 2026
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Aug 10, 2026
@github-actions github-actions Bot added triage-framework Should be looked at in framework triage p: cupertino_ui labels Aug 10, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the cupertino_ui package version to 0.0.3+1 in pubspec.yaml, adds a corresponding entry in CHANGELOG.md regarding the removal of an unresolvable doc import for flutter_test, and removes a temporary changelog metadata file. There are no review comments, and I have no feedback to provide.

@Piinks Piinks mentioned this pull request Aug 10, 2026
11 tasks
auto-submit Bot pushed a commit that referenced this pull request Aug 10, 2026
Updates the `enabled_branches` regex patterns in `.ci.yaml` to support SemVer release branch names with optional pre-release tags (e.g., `-dev.1`) and build metadata suffixes (e.g., `+1`).

Previously, `enabled_branches` used the strict pattern `release-<package>-\d+\.\d+\.\d+`.
When release branches were created with build metadata suffixes (e.g., `release-material_ui-0.0.3+1`), Cocoon CI failed validation with:

> `release-material_ui-0.0.3+1 is not enabled for this .ci.yaml. Add it to run tests against this PR.`

Blocked PRs:
- #12412
- #12410

Updated the regex for release branches to `release-<package>-\d+\.\d+\.\d+(?:-[\w.]+)?(?:\+[\w.]+)?`, allowing valid SemVer pre-release and build metadata identifiers while maintaining strict matching against non-version branch names.

### Pattern Verification Examples

| Branch Name | Match Result | Status |
| --- | --- | --- |
| `release-material_ui-0.0.3` | **Match** | ✅ Standard SemVer |
| `release-material_ui-0.0.3+1` | **Match** | ✅ Build metadata suffix |
| `release-material_ui-0.0.3-dev.1+2` | **Match** | ✅ Pre-release & build metadata |
| `release-material_ui-invalid-branch` | **No Match** | ❌ Rejected |

## Pre-Review Checklist

**Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
@Piinks

Piinks commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Closing to retry after fix in #12419 landed

@Piinks Piinks closed this Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD override: batch-cupertino_ui cupertino_ui batch release PR p: cupertino_ui triage-framework Should be looked at in framework triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants