Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
23f50789
Unverified
Commit
23f50789
authored
Sep 27, 2021
by
Christopher Fujino
Committed by
GitHub
Sep 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_conductor] Update README (#90557)
parent
42c5c6a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
README.md
dev/conductor/README.md
+9
-4
No files found.
dev/conductor/README.md
View file @
23f50789
# Flutter Conductor
Command-line tool for managing a release of the Flutter SDK.
Command-line tool for managing a release of the Flutter SDK. Also see
https://github.com/flutter/flutter/wiki/Release-process for more information on
the release process.
## Requirements
...
...
@@ -33,7 +35,8 @@ conductor start \
--engine-mirror=git@github.com:username/engine.git \
--engine-cherrypicks=72114dafe28c8700f1d5d629c6ae9d34172ba395 \
--framework-cherrypicks=a3e66b396746f6581b2b7efd1b0d0f0074215128,d8d853436206e86f416236b930e97779b143a100 \
--dart-revision=4511eb2a779a612d9d6b2012123575013e0aef12
--dart-revision=4511eb2a779a612d9d6b2012123575013e0aef12 \
--increment=m
```
For more details on these command line arguments, see
`conductor help start`
.
...
...
@@ -96,9 +99,11 @@ to the upstream repository.
### Publish Channel
This step will update the upstream release branch.
This step will push the Framework candidate branch to the upstream release
branch.
### Verify Release
For the final step, the user must manually verify that packaging builds have
finished successfully.
finished successfully. The conductor will produce links to the dashboards for
monitoring CI builds.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment