-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Currently the Flutter CLI tool determines a release's version based on git tags. This is not ideal because tags are not immutable, not all fetch workflows also fetch tags, and it has added a lot of complexity to the tool in terms of needing to invoke git sub-commands, which in addition slow down the tool (#111392).
Instead, releases should check in the version and channel data into a JSON file, and the tool should just read this in at runtime.
iapicca, eliasyishak and bartekpacia
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Type
Projects
Status
Done