Skip to content

Tags: google/mono_repo.dart

Tags

mono_repo-v6.6.3


    

mono_repo-v6.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix changelog, bump min SDK (#488)

mon_repo-v6.6.1


    

mono_repo-v6.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add a general dart command (#459)

This enables things like mono_repo dart fix --apply, mono_repo dart analyze, mono_repo dart run build_runner build etc.

I did bump the min SDK so I could use a switch expression, let me know if you feel strongly about supporting older SDKs. They can still use older versions so I think it's fine though.

Closes #458

mono_repo-v6.5.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

mono_repo-v6.5.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restore ordering of jobs to what it was before (#450)

Restore ordering with explicit secondary sort by insertion order

mono_repo-v6.5.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add topics (#449)

Also preps the 6.5.5 release.

---------

Co-authored-by: Jake Macdonald <jakemac@google.com>

mono_repo-v6.5.4


    

mono_repo-v6.5.3


    

mono_repo-v6.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to the latest action versions (#439)

* update to the latest action versions

* update action name

* update version

* regen