Skip to content

Conversation

@CoderDake
Copy link
Contributor


I found the release process a bit hard to follow, so I've spent some time trying to improve the readability and clarity of some steps.

I also ran into an issue with build_e2e where the dds directory needed a pub get, so I've just added that step so we don't need to run into that in the future

This isn't extensive but I think it helps :D

@CoderDake CoderDake marked this pull request as ready for review October 4, 2022 15:08
Comment on lines +10 to +13
```shell
DART_SDK_REPO_DIR=<Path to cloned dart sdk>
export LOCAL_DART_SDK=$DART_SDK_REPO_DIR/sdk
```
Copy link
Member

Choose a reason for hiding this comment

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

won't this only set the env variable for this terminal? (i.e. not long lasting?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The instruction right above is to set this in bashrc, so the assumption is that those lines would be set there :)

@CoderDake CoderDake merged commit 024cbae into flutter:master Oct 6, 2022
@CoderDake CoderDake deleted the update-release-markdown branch October 6, 2022 20:15
CoderDake added a commit to CoderDake/devtools that referenced this pull request Oct 10, 2022
rename release_note_helper

First step towards an official verify :D

add verify command

add ability to print markdown

make it just for a single release

plural urls
and add urls

try the stuff

Use PointerInterceptor in dialogs to allow clicks over an iFrame (flutter#4578)

UX improvement to banner warnings and errors (flutter#3537)

* UX improvement to banner warnings and errors

* review comments

* update goldens

Add Use Legacy Trace Viewer setting to the Performance page (flutter#4579)

Add button to toggle visibility of the Flutter frames chart (flutter#4577)

Bump actions/checkout from 3.0.2 to 3.1.0 (flutter#4574)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@2541b12...93ea575)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Simplify loading data into perfetto iFrame (flutter#4580)

Add --update-perfetto option to build scripts (flutter#4581)

Add details to diff. (flutter#4549)

Include the full path for Perfetto assets (flutter#4585)

* Include the full path for Perfetto assets

* fix

* review comments

Improvements for release documentation (flutter#4575)

Update feature_flags.dart (flutter#4584)

try clone repo

try new paths

Add case study for memory diffing. (flutter#4589)

Build and test DevTools from the latest flutter candidate branch (flutter#4582)

Update version tool logic for `dev` versions (flutter#4536)

Update CONTRIBUTING.md (flutter#4588)

Bump to dev version 2.19.0-dev.0 (flutter#4594)

Clicking on file name selects file (flutter#4409)

oops cd order

this has a higher likelyhood to do the trikc

uses seperate  :D
CoderDake added a commit to CoderDake/devtools that referenced this pull request Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants