dio icon indicating copy to clipboard operation
dio copied to clipboard

[infra] Find a proper way to precheck release before actual releases

Open AlexV525 opened this issue 3 months ago • 1 comments

Request Statement

We ran into a release issue since we introduced dio_test as a test package without publishing it to pub.dev. This requires path dependency, but the release action wasn't configured with Melos so the job failed. https://github.com/cfug/dio/actions/runs/8414087495/job/23037239235#logs

We should figure out how can we dry-run the release before an exception.

AlexV525 avatar Mar 25 '24 09:03 AlexV525