Skip to content

Releases: google/mono_repo.dart

package:mono_repo v6.6.2

19 Jul 22:51
62562fe
Compare
Choose a tag to compare
  • Require Dart sdk: ^3.4.0.
  • Populate token for codecov action.
    (Requires the user to provide CODECOV_TOKEN in their secrets.)
  • Update to latest action versions.

package:mono_repo v6.6.0

26 Sep 14:12
5088bdb
Compare
Choose a tag to compare
  • Added the dart command to run arbitrary dart commands across all packages.
  • Require the 3.0.0 Dart SDK.

mono_repo version 6.5.7

25 May 17:43
a1da087
Compare
Choose a tag to compare
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

15 May 19:39
69c4392
Compare
Choose a tag to compare
  • 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

02 May 15:38
19e7336
Compare
Choose a tag to compare

Add topics for pub (tools, repository-management)

mono_repo-v6.5.2

22 Mar 00:23
d3167b5
Compare
Choose a tag to compare
  • Updated actions/cache, actions/checkout, and dart-lang/setup-dart to the latest versions.