Skip to content

[material_ui] Batch release - #12412

Closed
fluttergithubbot wants to merge 1 commit into
release-material_ui-0.0.3+1from
material_ui-31370818119-1
Closed

[material_ui] Batch release#12412
fluttergithubbot wants to merge 1 commit into
release-material_ui-0.0.3+1from
material_ui-31370818119-1

Conversation

@fluttergithubbot

Copy link
Copy Markdown
Contributor

This PR was created automatically to batch release the material_ui.

@fluttergithubbot fluttergithubbot added the override: batch-material_ui material_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: material_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 material_ui package to version 0.0.3+1, updating the changelog to document the replacement of unresolvable doc imports and the addition of a main.dart example. Feedback was provided to correct a grammatical typo in the changelog description.

Comment on lines +4 to +5
- Added a main.dart example for the Pub "Example" tab that reference a curated
list of existing examples.

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.

medium

There is a minor grammatical typo in the changelog description. "a main.dart example... that reference" should be "a main.dart example... that references" to maintain correct subject-verb agreement.

Suggested change
- Added a main.dart example for the Pub "Example" tab that reference a curated
list of existing examples.
- Added a main.dart example for the Pub "Example" tab that references a curated
list of existing examples.

@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-material_ui material_ui batch release PR p: material_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