Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
# * https://github.com/flutter/cocoon/blob/main/CI_YAML.md
enabled_branches:
- main
- master
- dev
- beta
- stable
- flutter-\\d+\\.\\d+-candidate\\.\\d+
Copy link
Contributor

Choose a reason for hiding this comment

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

How will this get translated to consoles and views?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't. In flutter/infra you have to match beta and stable to a specific version of this.

All this does is saves a step in the release process so you don't need to add the candidate branch each time.


platform_properties:
linux:
Expand Down