Skip to content

Team guide

Amanda Fitch edited this page Mar 13, 2025 · 29 revisions

This is a guide for the Dart team members who are responsible for maintaining dart-lang/site-www.

Dart SDK launch steps

Make these updates

Don't make these updates

  • The SDK version used by repo tools. This is controlled by the topmost pubspec.yaml. Unless you're updating the tools, there's no need to update this.

Test the proposed SDK release

  1. Verify you have updated the checksums as outlined in the Dart SDK and Node PPA Checksum values instructions.

  2. From the root directory, run the build with tests:

    $ make test
Clone this wiki locally