Releases: google/mono_repo.dart
Releases · google/mono_repo.dart
package:mono_repo v6.6.2
- Require Dart
sdk: ^3.4.0. - Populate
tokenforcodecovaction.
(Requires the user to provideCODECOV_TOKENin their secrets.) - Update to latest action versions.
package:mono_repo v6.6.0
- Added the
dartcommand to run arbitrary dart commands across all packages. - Require the 3.0.0 Dart SDK.
mono_repo version 6.5.7
parse action versions out of workflow files (#420) - parse action versions out of workflow files when the versions in that action file are managed by dependabot This will allow us to configure dependabot version upgrades for repos that use mono_repo to generate (and re-generate) their actions configurations. Code generate the hard coded versions from our own workflow file so that dependabot can manage that as well.
package:mono_repo v6.5.6
- Restore the previous ordering behavior for jobs by using a secondary sort
based on the insertion order (this matches the listed configuration order).
6.5.5
Add topics for pub (tools, repository-management)
mono_repo-v6.5.2
- Updated
actions/cache,actions/checkout, anddart-lang/setup-dartto the latest versions.