Collection of convenience scripts used in Dart and Flutter release processes.
- Create a copy of .example.env
- rename to .env
- add your GITHUB_TOKEN as a string value
- run
npm install
- run
node ${scriptName}
Script used to generate release notes through the Github releases API. Currently, you must concat the engine result with the framework result. There is an open todo to automate that process as well.
Script used to generate language feature issues for new Dart language features.